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/gui/alarm-notify/alarm-queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') 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