accerciser r627 - trunk



Author: eitani
Date: Wed Sep  3 16:34:52 2008
New Revision: 627
URL: http://svn.gnome.org/viewvc/accerciser?rev=627&view=rev

Log:
    * accerciser.schemas.in:
    Changed color string to be parsable (bug #550689).


Modified:
   trunk/ChangeLog
   trunk/accerciser.schemas.in

Modified: trunk/accerciser.schemas.in
==============================================================================
--- trunk/accerciser.schemas.in	(original)
+++ trunk/accerciser.schemas.in	Wed Sep  3 16:34:52 2008
@@ -48,7 +48,7 @@
 	  <key>/schemas/apps/accerciser/highlight_border</key>
 	  <applyto>/apps/accerciser/highlight_border</applyto>
 	  <type>string</type>
-	  <default>0xff0000ff</default>
+	  <default>#ff0000ff</default>
       <locale name="C">
         <short>Highlight border color</short>
         <long>The color and opacity of the highlight border.</long>
@@ -58,7 +58,7 @@
 	  <key>/schemas/apps/accerciser/highlight_fill</key>
 	  <applyto>/apps/accerciser/highlight_fill</applyto>
 	  <type>string</type>
-	  <default>0xff00006f</default>
+	  <default>#ff00006f</default>
       <locale name="C">
         <short>Highlight fill color</short>
         <long>The color and opacity of the highlight fill.</long>



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