[evolution-patches] [Default-mailer plugin] Fix for 312222



Hi,

Attached patch is a rework on Ross's patch for the above mentioned bug.

Let me know your comments.

Thanks,

V. Varadhan

Index: plugins/default-mailer/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/plugins/default-mailer/ChangeLog,v
retrieving revision 1.2
diff -u -p -r1.2 ChangeLog
--- plugins/default-mailer/ChangeLog	12 Dec 2005 05:27:16 -0000	1.2
+++ plugins/default-mailer/ChangeLog	19 Dec 2005 14:36:13 -0000
@@ -1,3 +1,11 @@
+2005-12-19  Veerapuram Varadhan <vvaradhan novell com>
+
+	Reworked patch from Ross Burton  <ross burtonini com>
+	
+	* org-gnome-default-mailer.error.xml:
+	Swap Yes and No button, HIG says confirmation buttons on the far
+	right and add a secondary-text.
+
 2005-12-12  Harish Krishnaswamy  <kharish novell com>
 
 	* Makefile.am: Fix make-clean issues. 
Index: plugins/default-mailer/org-gnome-default-mailer.error.xml
===================================================================
RCS file: /cvs/gnome/evolution/plugins/default-mailer/org-gnome-default-mailer.error.xml,v
retrieving revision 1.1
diff -u -p -r1.1 org-gnome-default-mailer.error.xml
--- plugins/default-mailer/org-gnome-default-mailer.error.xml	23 Jun 2005 04:18:03 -0000	1.1
+++ plugins/default-mailer/org-gnome-default-mailer.error.xml	19 Dec 2005 14:36:13 -0000
@@ -3,9 +3,10 @@
 
  <error id="check-default" type="question" default="GTK_RESPONSE_YES">
   <_title>Evolution</_title>
-  <_secondary>Do you want to make Evolution your default e-mail client?</_secondary>
-  <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
+  <_primary>Would you like to make Evolution your default e-mail client?</_primary>
+  <_secondary>Evolution is not currently set as your default client. By making default, Evolution will be used to open/send mails.</_secondary>
   <button stock="gtk-no"  response="GTK_RESPONSE_NO"/>
+  <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
  </error>
 
 </error-list>


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