From 327b4ddd88fa29c6a5e890e055f5bab999b37704 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 15 Oct 2001 21:02:48 +0000 Subject: Fix bug 11114 svn path=/trunk/; revision=13685 --- shell/ChangeLog | 5 +++++ shell/e-shell-startup-wizard.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 563f5fcdae..6819243d8f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-10-15 Iain Holmes + + * e-shell-startup-wizard.c (prepare_importer_page): Stop the prepare + running twice. + 2001-10-14 Dan Winship * e-corba-storage.c (async_folder_cb): diff --git a/shell/e-shell-startup-wizard.c b/shell/e-shell-startup-wizard.c index 79b3e2964b..c434a95463 100644 --- a/shell/e-shell-startup-wizard.c +++ b/shell/e-shell-startup-wizard.c @@ -571,6 +571,8 @@ prepare_importer_page (GnomeDruidPage *page, return TRUE; } + data->import_page->prepared = TRUE; + dialog = gnome_message_box_new (_("Please wait...\nScanning for existing setups"), GNOME_MESSAGE_BOX_INFO, NULL); e_make_widget_backing_stored (dialog); -- cgit v1.2.3