From 95d27f640386c6c7b04e99b65d084747ed7db81b Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 14 Mar 2005 14:27:57 +0000 Subject: Fixes #73563 2005-03-13 JP Rosevear Fixes #73563 * gui/alarm-notify/alarm-queue.c (notify_dialog_cb): make sure in the snooze case the tray (and via callbacks then) the dialog is destroyed svn path=/trunk/; revision=29011 --- calendar/ChangeLog | 8 ++++++++ calendar/gui/alarm-notify/alarm-queue.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 13acff2790..8c355e81ee 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2005-03-13 JP Rosevear + + Fixes #73563 + + * gui/alarm-notify/alarm-queue.c (notify_dialog_cb): make sure in + the snooze case the tray (and via callbacks then) the dialog is + destroyed + 2005-03-14 Chenthill Palanisamy Fixes #72979 diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index da3028d37e..2d73b45ad8 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -761,7 +761,7 @@ notify_dialog_cb (AlarmNotifyResult result, int snooze_mins, gpointer data) case ALARM_NOTIFY_SNOOZE: create_snooze (tray_data->cqa, tray_data->alarm_id, snooze_mins); tray_data->cqa = NULL; - return; + break; case ALARM_NOTIFY_EDIT: edit_component (tray_data->client, tray_data->comp); -- cgit v1.2.3