[evolution-patches] [NOSIP] Fix for Bug #320210 [Calendar]
- From: Johnny Jacob <johnnyjacob gmail com>
- To: evolution-patches gnome org
- Subject: [evolution-patches] [NOSIP] Fix for Bug #320210 [Calendar]
- Date: Wed, 14 Dec 2005 13:54:38 +0530
Hi,
Worked on Bug 320210: make calendar item delete dialog default to yes.
Just changed the default button to GTK_RESPONSE_YES instead of GTK_RESPONSE_NO.
Please review the patch
Thankyou
Johnny
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2854
diff -u -p -r1.2854 ChangeLog
--- calendar/ChangeLog 25 Nov 2005 13:19:16 -0000 1.2854
+++ calendar/ChangeLog 28 Nov 2005 16:11:43 -0000
@@ -1,3 +1,8 @@
+2005-11-28 Johnny Jacob <johnnyjacob gmail com>
+
+ * calendar.error.xml : Default button is changed to GTK_RESPONSE_YES
+ in "prompt-delete-titled-appointment".
+
2005-11-25 Tor Lillqvist <tml novell com>
* gui/calendar-component.c (ensure_sources)
Index: calendar/calendar.error.xml
===================================================================
RCS file: /cvs/gnome/evolution/calendar/calendar.error.xml,v
retrieving revision 1.5
diff -u -p -r1.5 calendar.error.xml
--- calendar/calendar.error.xml 19 Oct 2005 11:38:14 -0000 1.5
+++ calendar/calendar.error.xml 28 Nov 2005 16:11:49 -0000
@@ -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"/>
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2854
diff -u -p -r1.2854 ChangeLog
--- calendar/ChangeLog 25 Nov 2005 13:19:16 -0000 1.2854
+++ calendar/ChangeLog 28 Nov 2005 16:11:43 -0000
@@ -1,3 +1,8 @@
+2005-11-28 Johnny Jacob <johnnyjacob gmail com>
+
+ * calendar.error.xml : Default button is changed to GTK_RESPONSE_YES
+ in "prompt-delete-titled-appointment".
+
2005-11-25 Tor Lillqvist <tml novell com>
* gui/calendar-component.c (ensure_sources)
Index: calendar/calendar.error.xml
===================================================================
RCS file: /cvs/gnome/evolution/calendar/calendar.error.xml,v
retrieving revision 1.5
diff -u -p -r1.5 calendar.error.xml
--- calendar/calendar.error.xml 19 Oct 2005 11:38:14 -0000 1.5
+++ calendar/calendar.error.xml 28 Nov 2005 16:11:49 -0000
@@ -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"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]