aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-content.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-06-27 21:23:31 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:33 +0800
commit8894b72f2045388990b5696f3e8db97b9544ccf4 (patch)
treed3ff6f20b45dfc692d5b806f697728b8dd370a25 /modules/calendar/e-cal-shell-content.c
parentf286e88fae02a7da640ab1637130b00d3c366c08 (diff)
downloadgsoc2013-evolution-8894b72f2045388990b5696f3e8db97b9544ccf4.tar
gsoc2013-evolution-8894b72f2045388990b5696f3e8db97b9544ccf4.tar.gz
gsoc2013-evolution-8894b72f2045388990b5696f3e8db97b9544ccf4.tar.bz2
gsoc2013-evolution-8894b72f2045388990b5696f3e8db97b9544ccf4.tar.lz
gsoc2013-evolution-8894b72f2045388990b5696f3e8db97b9544ccf4.tar.xz
gsoc2013-evolution-8894b72f2045388990b5696f3e8db97b9544ccf4.tar.zst
gsoc2013-evolution-8894b72f2045388990b5696f3e8db97b9544ccf4.zip
Keep opening EClient-s till they report busy error
Diffstat (limited to 'modules/calendar/e-cal-shell-content.c')
-rw-r--r--modules/calendar/e-cal-shell-content.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-content.c b/modules/calendar/e-cal-shell-content.c
index e85f9201cc..b4297b9fcd 100644
--- a/modules/calendar/e-cal-shell-content.c
+++ b/modules/calendar/e-cal-shell-content.c
@@ -279,7 +279,6 @@ cal_shell_content_dispose (GObject *object)
}
if (priv->calendar != NULL) {
- gnome_calendar_dispose (GNOME_CALENDAR (priv->calendar));
g_object_unref (priv->calendar);
priv->calendar = NULL;
}