aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-12-20 21:35:46 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-12-20 21:35:46 +0800
commitc79c8729724a8292a23207aded2e097a04d535d0 (patch)
tree04727f07fe1ccd183e605a3781aaf625640054bd
parent6fca544cb5ffce6db847fc3be24fd8d978b687d1 (diff)
downloadgsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.tar
gsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.tar.gz
gsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.tar.bz2
gsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.tar.lz
gsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.tar.xz
gsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.tar.zst
gsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.zip
fixes #324525
svn path=/trunk/; revision=30905
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/calendar.error.xml2
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"/>