[evolution-patches] [Mailer] Fixes bug #329585



Delete should be on the right to 'Do not delete' in the confirmation dialog.


Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
Index: mail-config.glade
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-config.glade,v
retrieving revision 1.168
diff -u -p -r1.168 mail-config.glade
--- mail-config.glade	30 Jan 2006 09:26:51 -0000	1.168
+++ mail-config.glade	3 Feb 2006 12:52:27 -0000
@@ -4479,7 +4479,7 @@ For example: "Work" or "P
 		  <property name="sensitive">False</property>
 		  <property name="can_default">True</property>
 		  <property name="can_focus">True</property>
-		  <property name="label">gtk-remove</property>
+		  <property name="label">gtk-delete</property>
 		  <property name="use_stock">True</property>
 		  <property name="relief">GTK_RELIEF_NORMAL</property>
 		  <property name="focus_on_click">True</property>
Index: mail.error.xml
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail.error.xml,v
retrieving revision 1.13
diff -u -p -r1.13 mail.error.xml
--- mail.error.xml	23 Jan 2006 20:11:59 -0000	1.13
+++ mail.error.xml	3 Feb 2006 12:56:11 -0000
@@ -245,8 +245,8 @@ The message is stored in the Outbox fold
   <_title>Delete account?</_title>
   <_primary>Are you sure you want to delete this account?</_primary>
   <_secondary xml:space="preserve">If you proceed, the account information will be deleted permanently.</_secondary>
-  <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
   <button stock="gtk-no" _label="Do not delete" response="GTK_RESPONSE_NO"/>
+  <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  </error>
 
 <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO" modal="true">
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3785
diff -u -p -r1.3785 ChangeLog
--- ChangeLog	2 Feb 2006 05:14:15 -0000	1.3785
+++ ChangeLog	3 Feb 2006 12:56:26 -0000
@@ -1,3 +1,11 @@
+2006-02-03  Rajeev ramanathan <rajeevramanathan_2004 yahoo co in>
+
+	**Fixes #329585
+
+	*mail-config.glade: Changed Remove button to Delete button
+	*mail.error.xml: Changed current Layout DELETE  [Do not delete]
+	to   [Do not delete]  DELETE
+
 2006-02-02  Parthasarathi Susarla <sparthasarathi novell com>
 	
 	* em-composer-utils.c: (em_utils_handle_receipt):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]