gtk_widget_show_now() the dialog. Likewise.
* e-shell-importer.c (prepare_intelligent_page): gtk_widget_show_now() the dialog. * e-shell-startup-wizard.c (prepare_importer_page): Likewise. svn path=/trunk/; revision=14167
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2001-10-26 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-shell-importer.c (prepare_intelligent_page):
|
||||
gtk_widget_show_now() the dialog.
|
||||
* e-shell-startup-wizard.c (prepare_importer_page): Likewise.
|
||||
|
||||
2001-10-26 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* main.c (quit_box_new): Use gtk_widget_show_now() so the stupid
|
||||
|
@ -724,6 +724,7 @@ prepare_intelligent_page (GnomeDruid *druid,
|
||||
|
||||
gtk_window_set_title (GTK_WINDOW (dialog), _("Starting Intelligent Importers"));
|
||||
gtk_widget_show_all (dialog);
|
||||
gtk_widget_show_now (dialog);
|
||||
|
||||
gtk_widget_queue_draw (dialog);
|
||||
gdk_flush ();
|
||||
|
@ -579,6 +579,8 @@ prepare_importer_page (GnomeDruidPage *page,
|
||||
|
||||
gtk_window_set_title (GTK_WINDOW (dialog), _("Starting Intelligent Importers"));
|
||||
gtk_widget_show_all (dialog);
|
||||
gtk_widget_show_now (dialog);
|
||||
|
||||
gtk_widget_queue_draw (dialog);
|
||||
gdk_flush ();
|
||||
|
||||
|
Reference in New Issue
Block a user