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
This commit is contained in:
committed by
Chenthill Palanisamy
parent
98fd67cace
commit
c3a1fe7200
@ -1,3 +1,9 @@
|
||||
2005-05-01 Chenthill Palanisamy <pchenthill@novell.com>
|
||||
|
||||
Fixes #274406
|
||||
* gui/alarm-notify/alarm-notify.c: (cal_opened_cb): Removed the
|
||||
additional unref present.
|
||||
|
||||
2005-04-18 Chenthill Palanisamy <pchenthill@novell.com>
|
||||
|
||||
Fixes #274476
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user