From 8894b72f2045388990b5696f3e8db97b9544ccf4 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 27 Jun 2011 15:23:31 +0200 Subject: Keep opening EClient-s till they report busy error --- modules/calendar/e-cal-shell-content.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/calendar/e-cal-shell-content.c') 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; } -- cgit v1.2.3