[maemo-commits] [maemo-commits] r8350 - in projects/haf/trunk/hildon-theme-tools: . scripts

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Mon Nov 27 15:27:12 EET 2006
Author: mdk
Date: 2006-11-27 15:27:11 +0200 (Mon, 27 Nov 2006)
New Revision: 8350

Modified:
   projects/haf/trunk/hildon-theme-tools/ChangeLog
   projects/haf/trunk/hildon-theme-tools/scripts/hildon-theme-install
Log:
Adding the default text color for VKBButtonTextColor.


Modified: projects/haf/trunk/hildon-theme-tools/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-tools/ChangeLog	2006-11-27 13:11:38 UTC (rev 8349)
+++ projects/haf/trunk/hildon-theme-tools/ChangeLog	2006-11-27 13:27:11 UTC (rev 8350)
@@ -1,5 +1,10 @@
 2006-11-27  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* scripts/hildon-theme-install: Adding the default text color for
+	VKBButtonTextColor.
+
+2006-11-27  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	* configure.ac: Removing -Werror flag. Breaks on ubuntu, etc. 
 
 2006-11-27  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 

Modified: projects/haf/trunk/hildon-theme-tools/scripts/hildon-theme-install
===================================================================
--- projects/haf/trunk/hildon-theme-tools/scripts/hildon-theme-install	2006-11-27 13:11:38 UTC (rev 8349)
+++ projects/haf/trunk/hildon-theme-tools/scripts/hildon-theme-install	2006-11-27 13:27:11 UTC (rev 8350)
@@ -193,6 +193,7 @@
     $substitutions{qw{@MenuInfoTextColor@}}       = "#303030";
 
     $substitutions{qw{@LowLightColor@}}           = "#d4e6fd80";
+    $substitutions{qw{@VKBButtonTextColor@}}      = "#000000";
 
     # Override with real colors
    


More information about the maemo-commits mailing list