[Nautilus-list] [patch] fix regression of Danube color specification



In older versions of Nautilus the color "Danube" had a 16 bit blue
component of 7FF.  When someone converted browser.xml to store 8 bit
colors, they incorrectly converted this to FF instead of the correct
value of 7F.  This patch against HEAD makes Danube a nice color again...

Changelog

* (data/browser.xml): Fix conversion from 16 to 8-bit per channel RGB
for the color Danube.
? patch
Index: data/browser.xml
===================================================================
RCS file: /cvs/gnome/nautilus/data/browser.xml,v
retrieving revision 1.26
diff -p -u -r1.26 browser.xml
--- data/browser.xml	2001/12/01 01:05:21	1.26
+++ data/browser.xml	2002/02/04 04:39:25
@@ -42,7 +42,7 @@
     <color _name="Ruby">#AD3841</color>
     <color _name="Pale Blue">#5BA7CF</color>
     <color _name="Sky">#3978A7</color>
-    <color _name="Danube">#184AFF</color>
+    <color _name="Danube">#184A7F</color>
     <color _name="Indigo">#3E4985</color>
     <color _name="Violet">#65498C</color>   
     <color _name="Sea Foam">#CCFFCC</color>


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