diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2010-03-01 17:27:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:49:49 +0800 |
commit | d5da1afafcbd29f9479043b4f418e02c033af53d (patch) | |
tree | ffef4d3ccddf387b27d3b21fd91acfbabdb3045b /capplet/anjal-settings-main.c | |
parent | 13bf56ded0986c5621e8d460d622ed7066b6b997 (diff) | |
download | gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.gz gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.zst gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.zip |
Integrate account assistant wizard to anjal style.
Diffstat (limited to 'capplet/anjal-settings-main.c')
-rw-r--r-- | capplet/anjal-settings-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplet/anjal-settings-main.c b/capplet/anjal-settings-main.c index 80943f533f..1b7fe0d5bc 100644 --- a/capplet/anjal-settings-main.c +++ b/capplet/anjal-settings-main.c @@ -158,7 +158,7 @@ idle_cb (MailCappletShell *mshell G_GNUC_UNUSED) static void create_default_shell (void) { - main_window = mail_capplet_shell_new(socket_id); + main_window = mail_capplet_shell_new(socket_id, FALSE); if (!socket_id) gtk_widget_show (main_window); g_idle_add ((GSourceFunc) idle_cb, remaining_args); |