aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2010-03-01 17:27:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-14 09:49:49 +0800
commitd5da1afafcbd29f9479043b4f418e02c033af53d (patch)
treeffef4d3ccddf387b27d3b21fd91acfbabdb3045b /plugins
parent13bf56ded0986c5621e8d460d622ed7066b6b997 (diff)
downloadgsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.gz
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.bz2
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.lz
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.xz
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.tar.zst
gsoc2013-evolution-d5da1afafcbd29f9479043b4f418e02c033af53d.zip
Integrate account assistant wizard to anjal style.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/startup-wizard/startup-wizard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/startup-wizard/startup-wizard.c b/plugins/startup-wizard/startup-wizard.c
index a9ef617a7c..c8513f071f 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);
+ start_page = (GtkWidget *)mail_capplet_shell_new(0, TRUE);
gtk_widget_show (start_page);
g_signal_connect (
start_page, "delete-event",