evolution r35889 - in trunk: mail plugins/mail-notification



Author: mbarnes
Date: Fri Aug  1 19:39:15 2008
New Revision: 35889
URL: http://svn.gnome.org/viewvc/evolution?rev=35889&view=rev

Log:
2008-08-01  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #514006

	* mail/apps-evolution-mail-notification.schemas.in:
	* plugins/mail-notification/apps-evolution-mail-notification.schemas.in:
	Quote literal values.



Modified:
   trunk/mail/ChangeLog
   trunk/mail/evolution-mail.schemas.in
   trunk/plugins/mail-notification/ChangeLog
   trunk/plugins/mail-notification/apps-evolution-mail-notification.schemas.in

Modified: trunk/mail/evolution-mail.schemas.in
==============================================================================
--- trunk/mail/evolution-mail.schemas.in	(original)
+++ trunk/mail/evolution-mail.schemas.in	Fri Aug  1 19:39:15 2008
@@ -318,9 +318,9 @@
          <short>Load images for HTML messages over http</short>
          <long>
           Load images for HTML messages over http(s). Possible values are:
-          0 - Never load images off the net.
-          1 - Load images in messages from contacts.
-          2 - Always load images off the net.
+          "0" - Never load images off the net.
+          "1" - Load images in messages from contacts.
+          "2" - Always load images off the net.
          </long>
       </locale>
     </schema>
@@ -506,8 +506,9 @@
       <locale name="C">
          <short>Hides the per-folder preview and removes the selection</short>
          <long>
-          This key is read only once and reset to false after read. This unselects the 
-	  mail in the list and removes the preview for that folder.
+          This key is read only once and reset to "false" after read. This
+          unselects the mail in the list and removes the preview for that
+          folder.
          </long>
       </locale>
     </schema>
@@ -1026,8 +1027,9 @@
       <default>0</default>
       <locale name="C">
          <short>Level beyond which the message should be logged.</short>
-         <long> This can have three possible values. 0 for errors. 1 for warnings. 
-	 	2 for debug messages.
+         <long>
+           This can have three possible values. "0" for errors.
+           "1" for warnings. "2" for debug messages.
          </long>
       </locale>
     </schema>

Modified: trunk/plugins/mail-notification/apps-evolution-mail-notification.schemas.in
==============================================================================
--- trunk/plugins/mail-notification/apps-evolution-mail-notification.schemas.in	(original)
+++ trunk/plugins/mail-notification/apps-evolution-mail-notification.schemas.in	Fri Aug  1 19:39:15 2008
@@ -77,7 +77,7 @@
       <default>true</default>
       <locale name="C">
         <short>Beep or play sound file.</short>
-        <long>If true, then beep, otherwise will play sound file when new messages arrive.</long>
+        <long>If "true", then beep, otherwise will play sound file when new messages arrive.</long>
       </locale>
     </schema>
     <schema>



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