aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-12-14 20:00:36 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-12-14 20:00:36 +0800
commit06f6bda380842ab665ea60314a510bc329f85871 (patch)
tree59e56251327acf5fb3a5e12653def3825ef9a1a2 /calendar
parent3316cbf3c5fed25a560af0e90f6fdbba5a7e052e (diff)
downloadgsoc2013-evolution-06f6bda380842ab665ea60314a510bc329f85871.tar
gsoc2013-evolution-06f6bda380842ab665ea60314a510bc329f85871.tar.gz
gsoc2013-evolution-06f6bda380842ab665ea60314a510bc329f85871.tar.bz2
gsoc2013-evolution-06f6bda380842ab665ea60314a510bc329f85871.tar.lz
gsoc2013-evolution-06f6bda380842ab665ea60314a510bc329f85871.tar.xz
gsoc2013-evolution-06f6bda380842ab665ea60314a510bc329f85871.tar.zst
gsoc2013-evolution-06f6bda380842ab665ea60314a510bc329f85871.zip
Committing Johnny Jacob's patch for bug #320210
2005-12-14 Srinivasa Ragavan <sragavan@novell.com> * Committing Johnny Jacob's patch for bug #320210 svn path=/trunk/; revision=30770
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/calendar.error.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4da64c2f9d..403350253d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-28 Johnny Jacob <johnnyjacob@gmail.com>
+
+ ** Fixes the bug #320210
+
+ * calendar.error.xml : Default button is changed to GTK_RESPONSE_YES
+ in "prompt-delete-titled-appointment".
+
2005-12-09 Srinivasa Ragavan <sragavan@novell.com>
reviewed by: Chenthill Palanisamy <pchenthill@novell.com>
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index 9fcf0f9666..951c115a13 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_NO">
+ <error id="prompt-delete-titled-appointment" type="question" default="GTK_RESPONSE_YES">
<_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"/>