sort of got the assistant working with the combo model
[pspp] / src / ui / gui / page-intro.c
index 0a8306a05ca2eba77c19d65d8c4e63c396def7ac..f580310c1fe99b78485195c2096bbefa0310453c 100644 (file)
@@ -107,10 +107,12 @@ intro_page_create (struct import_assistant *ia)
                             1, 2,
                             2, 3);
 
+#if 0
   p->page = add_page_to_assistant (ia, get_widget_assert (builder, "Intro"),
                                    GTK_ASSISTANT_PAGE_INTRO);
-  
+
   g_print ("%s:%d Added page %p\n", __FILE__, __LINE__, p->page);
+#endif  
 
   p->all_cases_button = get_widget_assert (builder, "import-all-cases");