From 74d8c78022be3b37edb80876e8a21aed3323a0af Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 12 Oct 2001 22:12:21 +0000 Subject: Fix strings and the importer window not drawing correctly svn path=/trunk/; revision=13636 --- shell/e-shell-importer.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell/e-shell-importer.c') 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 (); } -- cgit v1.2.3