From 78c24066fa069be873416f14a413d2ce6e2a0660 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 11 Jan 2010 12:30:45 -0500 Subject: BugĀ 604520 - Create first account window hidden behind main window MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/main.c b/shell/main.c index 38384d879a..465fe7daa4 100644 --- a/shell/main.c +++ b/shell/main.c @@ -445,8 +445,6 @@ create_default_shell (void) g_object_unref (client); - g_idle_add ((GSourceFunc) idle_cb, remaining_args); - return shell; } @@ -606,6 +604,8 @@ main (gint argc, gchar **argv) * as both shell backends and certain plugins hook into this. */ e_shell_migrate_attempt (shell); + g_idle_add ((GSourceFunc) idle_cb, remaining_args); + gtk_main (); /* Drop what should be the last reference to the shell. -- cgit