sort of got the assistant working with the combo model
[pspp] / src / ui / gui / page-first-line.c
index 9865d90c38c71b04b30dce202bf34e0f2df87d35..8a0e103227db7b2e07014892f8b3d2b606eb81e9 100644 (file)
@@ -87,8 +87,10 @@ first_line_page_create (struct import_assistant *ia)
 
   GtkBuilder *builder = ia->asst.builder;
 
+#if 0
   p->page = add_page_to_assistant (ia, get_widget_assert (builder, "FirstLine"),
                                    GTK_ASSISTANT_PAGE_CONTENT);
+#endif
   gtk_widget_destroy (get_widget_assert (builder, "first-line"));
   p->tree_view = create_lines_tree_view (
     GTK_CONTAINER (get_widget_assert (builder, "first-line-scroller")), ia);