diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 04:17:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 04:17:07 +0800 |
commit | f96780abd489cf3a0c995826764c1dbaf9fd9b4a (patch) | |
tree | 4807b998de31f2dc23a7d7f7b3c0e2e8743231f9 /shell/e-shell-startup-wizard.c | |
parent | 87f96121fc651fa1fafd05f9b48482d0f9e90ce8 (diff) | |
download | gsoc2013-evolution-f96780abd489cf3a0c995826764c1dbaf9fd9b4a.tar gsoc2013-evolution-f96780abd489cf3a0c995826764c1dbaf9fd9b4a.tar.gz gsoc2013-evolution-f96780abd489cf3a0c995826764c1dbaf9fd9b4a.tar.bz2 gsoc2013-evolution-f96780abd489cf3a0c995826764c1dbaf9fd9b4a.tar.lz gsoc2013-evolution-f96780abd489cf3a0c995826764c1dbaf9fd9b4a.tar.xz gsoc2013-evolution-f96780abd489cf3a0c995826764c1dbaf9fd9b4a.tar.zst gsoc2013-evolution-f96780abd489cf3a0c995826764c1dbaf9fd9b4a.zip |
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
Diffstat (limited to 'shell/e-shell-startup-wizard.c')
-rw-r--r-- | shell/e-shell-startup-wizard.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 (); |