From 48ec4a48f0414a14272a212dd54ff4fab67e9125 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 4 Apr 2003 22:33:05 +0000 Subject: Fixes #40790 2003-04-04 JP Rosevear Fixes #40790 * gui/alarm-notify/alarm-queue.c (procedure_notification_dialog): return based on the response code (not old button stuff) svn path=/trunk/; revision=20679 --- calendar/ChangeLog | 17 +++++++++++++---- calendar/gui/alarm-notify/alarm-queue.c | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 62e3797264..d8f8fc8674 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,10 +1,19 @@ -2003-04-04 Ettore Perazzoli +2003-04-04 JP Rosevear - * gui/dialogs/alarm-options.c (alarm_to_dialog): Make the file - entry modal. [#40792] + Fixes #40790 + + * gui/alarm-notify/alarm-queue.c (procedure_notification_dialog): + return based on the response code (not old button stuff) -2003-04-04 JP Rosevear +2003-04-04 Ettore Perazzoli + + * gui/dialogs/alarm-options.c (alarm_to_dialog): Make the file + entry modal. [#40792] +2003-04-04 JP Rosevear + + Fixes #40789 + * gui/dialogs/alarm-options.c (alarm_to_dalarm_widgets): description is a text buffer (alarm_to_malarm_widgets): ditto diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index fc52172851..f2bac1bc3d 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -897,7 +897,7 @@ procedure_notification_dialog (const char *cmd, const char *url) save_blessed_program (url); gtk_widget_destroy (dialog); - return (btn == GNOME_YES); + return (btn == GTK_RESPONSE_OK); } static void -- cgit v1.2.3