gui: Make text import assistant accept only one quote character.
[pspp] / src / ui / gui / psppire-delimited-text.h
index 1e1f69d116adbda69d6afeef98c8652f58afe320..b5c919f4fbc16872e91cb05b007e5be6fc2700be 100644 (file)
@@ -54,20 +54,21 @@ struct _PsppireDelimitedText
   GObject parent;
 
   GtkTreeModel *child;
-  
+
   /* The first line of the file to be modelled */
   gint first_line;
-  
+
   GSList *delimiters;
   gint max_delimiters;
-  
+
+  gunichar quote;
+
   /*< private >*/
   gboolean dispose_has_run ;
   gint stamp;
 
   /* caching */
   const char *cache_starts[512];
-  struct substring cache;
   struct substring const_cache;
   int cache_row;
 };