aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-calendar.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-06-25 23:15:27 +0800
committerDan Winship <danw@src.gnome.org>2003-06-25 23:15:27 +0800
commitcc6acbe24fdc73907845331b357f5ef48436f0d9 (patch)
tree235eb985eff98b475b18789916aec02eaef0516a /my-evolution/e-summary-calendar.c
parent5ad4788a061c8111dce9284ba27d86635a21321f (diff)
downloadgsoc2013-evolution-cc6acbe24fdc73907845331b357f5ef48436f0d9.tar
gsoc2013-evolution-cc6acbe24fdc73907845331b357f5ef48436f0d9.tar.gz
gsoc2013-evolution-cc6acbe24fdc73907845331b357f5ef48436f0d9.tar.bz2
gsoc2013-evolution-cc6acbe24fdc73907845331b357f5ef48436f0d9.tar.lz
gsoc2013-evolution-cc6acbe24fdc73907845331b357f5ef48436f0d9.tar.xz
gsoc2013-evolution-cc6acbe24fdc73907845331b357f5ef48436f0d9.tar.zst
gsoc2013-evolution-cc6acbe24fdc73907845331b357f5ef48436f0d9.zip
Don't call setup_calendar from here, since e_summary_calendar_init will
* e-summary-calendar.c (setup_gconf_client): Don't call setup_calendar from here, since e_summary_calendar_init will call it immediately after setup_gconf_client, which will result in a calendar being quickly created and destroyed. svn path=/trunk/; revision=21533
Diffstat (limited to 'my-evolution/e-summary-calendar.c')
-rw-r--r--my-evolution/e-summary-calendar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c
index de7c1d7bc6..6b7e04b593 100644
--- a/my-evolution/e-summary-calendar.c
+++ b/my-evolution/e-summary-calendar.c
@@ -577,8 +577,6 @@ setup_gconf_client (ESummary *summary)
gconf_client_add_dir (calendar->gconf_client, "/apps/evolution/calendar", FALSE, NULL);
gconf_client_add_dir (calendar->gconf_client, "/apps/evolution/shell/default_folders", FALSE, NULL);
-
- setup_calendar (summary);
}
void