aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-27 04:17:07 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-27 04:17:07 +0800
commitf96780abd489cf3a0c995826764c1dbaf9fd9b4a (patch)
tree4807b998de31f2dc23a7d7f7b3c0e2e8743231f9 /shell/ChangeLog
parent87f96121fc651fa1fafd05f9b48482d0f9e90ce8 (diff)
downloadgsoc2013-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/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 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.