aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/calendar.error.xml2
2 files changed, 9 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 403350253d..1eb8a0aeee 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-28 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Refixes the bug #320210
+
+ * calendar.error.xml : Default button is changed to GTK_RESPONSE_YES
+ in "prompt-delete-appointment". It was missed out in the earlier
+ patch.
+
2005-11-28 Johnny Jacob <johnnyjacob@gmail.com>
** Fixes the bug #320210
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index 951c115a13..2fb1df370a 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -50,7 +50,7 @@
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
- <error id="prompt-delete-appointment" type="question" default="GTK_RESPONSE_NO">
+ <error id="prompt-delete-appointment" type="question" default="GTK_RESPONSE_YES">
<_primary>Are you sure you want to delete this appointment?</_primary>
<_secondary>All information on this appointment will be deleted and can not be restored.</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>