diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-05-02 23:18:38 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-05-02 23:18:38 +0800 |
commit | c3a1fe7200f6aa64ecabfa4e53f4cb1adee40585 (patch) | |
tree | 689d236e24a6cbfa0c0f030fac650ece944a9fde /calendar/gui | |
parent | 98fd67cacebeddf0d25ffccb2ef2014a52e9646f (diff) | |
download | gsoc2013-evolution-c3a1fe7200f6aa64ecabfa4e53f4cb1adee40585.tar.gz gsoc2013-evolution-c3a1fe7200f6aa64ecabfa4e53f4cb1adee40585.tar.zst gsoc2013-evolution-c3a1fe7200f6aa64ecabfa4e53f4cb1adee40585.zip |
Fixes #274406 Removed the additional unref present.
2005-05-01 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #274406
* gui/alarm-notify/alarm-notify.c: (cal_opened_cb): Removed the additional unref present.
svn path=/trunk/; revision=29256
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-notify.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } } |