diff options
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/calendar.error.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7d82a2b729..dc84528d46 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2005-12-20 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #324525 + * calendar.error.xml: Set the default response while deleting a + calendar item to Cancel. Reverting fix for #320210. + 2005-12-20 Veerapuram Varadhan <vvaradhan@novell.com> Fixes #323125, #323126 diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 72488a17d2..d51c009c0c 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -43,7 +43,7 @@ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-delete-titled-appointment" type="question" default="GTK_RESPONSE_YES"> + <error id="prompt-delete-titled-appointment" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete the appointment titled '{0}'?</_primary> <_secondary>All information on this appointment will be deleted and can not be restored.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> |