sort of got the assistant working with the combo model
[pspp] / src / ui / gui / page-separators.c
index c62c3bb767d25ce81b32acee20fda8f5195ce243..e153a231f53a296698ccbddd08e2a1f2198abecf 100644 (file)
@@ -157,8 +157,10 @@ separators_page_create (struct import_assistant *ia)
 
   struct separators_page *p = xzalloc (sizeof *p);
 
+#if 0
   p->page = add_page_to_assistant (ia, get_widget_assert (builder, "Separators"),
                                    GTK_ASSISTANT_PAGE_CONTENT);
+#endif
   p->custom_cb = get_widget_assert (builder, "custom-cb");
   p->custom_entry = get_widget_assert (builder, "custom-entry");
   p->quote_combo = get_widget_assert (builder, "quote-combo");