[evolution] Bug 604520 - Create first account window hidden behind main window
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Bug 604520 - Create first account window hidden behind main window
- Date: Mon, 11 Jan 2010 17:32:13 +0000 (UTC)
commit 78c24066fa069be873416f14a413d2ce6e2a0660
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Jan 11 12:30:45 2010 -0500
Bug 604520 - Create first account window hidden behind main window
shell/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/main.c b/shell/main.c
index 38384d8..465fe7d 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]