[evolution-patches] patch for #41760



Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1749
diff -u -p -r1.1749 ChangeLog
--- ChangeLog	26 Apr 2003 16:39:52 -0000	1.1749
+++ ChangeLog	28 Apr 2003 17:47:05 -0000
@@ -1,3 +1,10 @@
+2003-04-28  Rodrigo Moya <rodrigo ximian com>
+
+	Fixes #41760
+
+	* gui/alarm-notify/alarm-queue.c (notify_dialog_cb): if 'Snooze' is
+	selected, return and don't remove the alarm.
+
 2003-04-24  Rodrigo Moya <rodrigo ximian com>
 
 	Fixes #41661
Index: gui/alarm-notify/alarm-queue.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/alarm-notify/alarm-queue.c,v
retrieving revision 1.38
diff -u -p -r1.38 alarm-queue.c
--- gui/alarm-notify/alarm-queue.c	26 Apr 2003 16:44:46 -0000	1.38
+++ gui/alarm-notify/alarm-queue.c	28 Apr 2003 17:47:06 -0000
@@ -707,7 +707,7 @@ notify_dialog_cb (AlarmNotifyResult resu
 	switch (result) {
 	case ALARM_NOTIFY_SNOOZE:
 		create_snooze (c->cqa, c->alarm_id, snooze_mins);
-		break;
+		return;
 
 	case ALARM_NOTIFY_EDIT:
 		edit_component (c->client, c->comp);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]