[evolution-patches] [Calendar] Fix for Bug 303193



HI
Worked on Bug 303193: Changing reminder snooze time doesn't work after
pressing ALT-S.

Please review the patch.

Thanks
Johnny
Index: calendar/gui/alarm-notify/alarm-notify-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/alarm-notify/alarm-notify-dialog.c,v
retrieving revision 1.39
diff -u -p -r1.39 alarm-notify-dialog.c
--- calendar/gui/alarm-notify/alarm-notify-dialog.c	26 Nov 2005 02:31:51 -0000	1.39
+++ calendar/gui/alarm-notify/alarm-notify-dialog.c	17 Dec 2005 10:53:01 -0000
@@ -276,8 +276,8 @@ notified_alarms_dialog_new (void)
 	gtk_image_set_from_file (GTK_IMAGE (image), icon_path);
 	g_free (icon_path);
 
-	g_signal_connect (edit_btn, "pressed", G_CALLBACK (edit_pressed_cb), an);
-	g_signal_connect (snooze_btn, "pressed", G_CALLBACK (snooze_pressed_cb), an);
+	g_signal_connect (edit_btn, "clicked", G_CALLBACK (edit_pressed_cb), an);
+	g_signal_connect (snooze_btn, "clicked", G_CALLBACK (snooze_pressed_cb), an);
 	g_signal_connect (G_OBJECT (an->dialog), "response", G_CALLBACK (dialog_response_cb), an);
 	g_signal_connect (G_OBJECT (an->dialog), "destroy", G_CALLBACK (dialog_destroyed_cb), an);
 	


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