From c3a1fe7200f6aa64ecabfa4e53f4cb1adee40585 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 2 May 2005 15:18:38 +0000 Subject: Fixes #274406 Removed the additional unref present. 2005-05-01 Chenthill Palanisamy Fixes #274406 * gui/alarm-notify/alarm-notify.c: (cal_opened_cb): Removed the additional unref present. svn path=/trunk/; revision=29256 --- calendar/ChangeLog | 6 ++++++ calendar/gui/alarm-notify/alarm-notify.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 385dd143fe..ae3bf75445 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2005-05-01 Chenthill Palanisamy + + Fixes #274406 + * gui/alarm-notify/alarm-notify.c: (cal_opened_cb): Removed the + additional unref present. + 2005-04-18 Chenthill Palanisamy Fixes #274476 diff --git a/calendar/gui/alarm-notify/alarm-notify.c b/calendar/gui/alarm-notify/alarm-notify.c index 31864ec9eb..60f9c3fded 100644 --- a/calendar/gui/alarm-notify/alarm-notify.c +++ b/calendar/gui/alarm-notify/alarm-notify.c @@ -307,7 +307,6 @@ cal_opened_cb (ECal *client, ECalendarStatus status, gpointer user_data) e_cal_get_uri (client)); g_signal_handlers_disconnect_matched (G_OBJECT (client), G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, an); - g_object_unref (client); } } -- cgit