diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2010-03-01 20:16:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:49:49 +0800 |
commit | a952896b27334756b349c1f6f25db6b2021aab4f (patch) | |
tree | d0f1ca424720df35b9e98c5769f23701b40df548 /plugins | |
parent | d5da1afafcbd29f9479043b4f418e02c033af53d (diff) | |
download | gsoc2013-evolution-a952896b27334756b349c1f6f25db6b2021aab4f.tar.gz gsoc2013-evolution-a952896b27334756b349c1f6f25db6b2021aab4f.tar.zst gsoc2013-evolution-a952896b27334756b349c1f6f25db6b2021aab4f.zip |
Integrate into new account button.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/startup-wizard/startup-wizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/startup-wizard/startup-wizard.c b/plugins/startup-wizard/startup-wizard.c index c8513f071f..ede00154f0 100644 --- a/plugins/startup-wizard/startup-wizard.c +++ b/plugins/startup-wizard/startup-wizard.c @@ -79,7 +79,7 @@ startup_wizard (EPlugin *ep, ESEventTargetUpgrade *target) return; } - start_page = (GtkWidget *)mail_capplet_shell_new(0, TRUE); + start_page = (GtkWidget *)mail_capplet_shell_new(0, TRUE, TRUE); gtk_widget_show (start_page); g_signal_connect ( start_page, "delete-event", |