aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index eeda75024f..2e94553053 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -718,8 +718,14 @@ prepare_intelligent_page (GnomeDruid *druid,
data->importerpage->prepared = TRUE;
dialog = gnome_message_box_new (_("Please wait...\nScanning for existing setups"), GNOME_MESSAGE_BOX_INFO, NULL);
+ e_make_widget_backing_stored (dialog);
+
gtk_window_set_title (GTK_WINDOW (dialog), _("Starting Intelligent Importers"));
gtk_widget_show_all (dialog);
+
+ gtk_widget_queue_draw (dialog);
+ gdk_flush ();
+
while (gtk_events_pending ()) {
gtk_main_iteration ();
}