From 4d26bc639d443e1dfcef15145510e9befe7831cb Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 18 Feb 2004 22:38:31 +0000 Subject: remove the client from the queue also. 2004-02-18 Rodrigo Moya * gui/alarm-notify/alarm-notify.c (free_client_hash): remove the client from the queue also. svn path=/trunk/; revision=24790 --- calendar/ChangeLog | 3 +++ calendar/gui/alarm-notify/alarm-notify.c | 2 ++ 2 files changed, 5 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f309da653c..538a957420 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,8 @@ 2004-02-18 Rodrigo Moya + * gui/alarm-notify/alarm-notify.c (free_client_hash): remove the client + from the queue also. + * gui/gnome-cal.c (client_cal_opened_cb): set the task pad client to NULL if opening it failed. Show more verbose status bar messages. diff --git a/calendar/gui/alarm-notify/alarm-notify.c b/calendar/gui/alarm-notify/alarm-notify.c index 53aacea4aa..75d9cb9317 100644 --- a/calendar/gui/alarm-notify/alarm-notify.c +++ b/calendar/gui/alarm-notify/alarm-notify.c @@ -82,6 +82,8 @@ free_client_hash (gpointer key, gpointer value, gpointer user_data) char *uri = key; ECal *client = value; + alarm_queue_remove_client (client); + g_free (uri); g_object_unref (client); } -- cgit v1.2.3