aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-shell-importer.c1
-rw-r--r--shell/e-shell-startup-wizard.c2
3 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3494c7f34d..f93856db46 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
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
dialog hopefully displays all the time.
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 730ff4e3c3..10528c77a9 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -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 ();
diff --git a/shell/e-shell-startup-wizard.c b/shell/e-shell-startup-wizard.c
index 8e4e1c90e7..ba8d419b35 100644
--- a/shell/e-shell-startup-wizard.c
+++ b/shell/e-shell-startup-wizard.c
@@ -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 ();