[maemo-commits] [maemo-commits] r8838 - in projects/haf/trunk/hildon-theme-layout-3: . rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Dec 20 14:39:30 EET 2006
Author: mdk
Date: 2006-12-20 14:39:29 +0200 (Wed, 20 Dec 2006)
New Revision: 8838

Modified:
   projects/haf/trunk/hildon-theme-layout-3/ChangeLog
   projects/haf/trunk/hildon-theme-layout-3/NEWS
   projects/haf/trunk/hildon-theme-layout-3/rc/afterthemespecificgtk.rc
Log:
Fixing the painted prelight menu fg color.


Modified: projects/haf/trunk/hildon-theme-layout-3/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-12-20 11:51:44 UTC (rev 8837)
+++ projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-12-20 12:39:29 UTC (rev 8838)
@@ -1,3 +1,9 @@
+2006-12-20  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* NEWS:
+	* rc/afterthemespecificgtk.rc: Fixing the painted prelight menu fg
+	color.
+
 2006-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* data/bundle.ini.in: Slightly adjusting the format of the bundle

Modified: projects/haf/trunk/hildon-theme-layout-3/NEWS
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/NEWS	2006-12-20 11:51:44 UTC (rev 8837)
+++ projects/haf/trunk/hildon-theme-layout-3/NEWS	2006-12-20 12:39:29 UTC (rev 8838)
@@ -1,3 +1,6 @@
+[UNRELEASED]
+* Fixing the painted menu backgroudnd color
+
 [0.3.0 release]
 * Fixing double mention of MenuInfoTextColor
 * Removing some olf stuff that just causes run-time warnings from theme parsing

Modified: projects/haf/trunk/hildon-theme-layout-3/rc/afterthemespecificgtk.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/rc/afterthemespecificgtk.rc	2006-12-20 11:51:44 UTC (rev 8837)
+++ projects/haf/trunk/hildon-theme-layout-3/rc/afterthemespecificgtk.rc	2006-12-20 12:39:29 UTC (rev 8838)
@@ -5,8 +5,8 @@
   fg[NORMAL] = "DefaultTextColor"
   bg[NORMAL] = "DefaultBackgrdColor"
 
-  fg[PRELIGHT] = "DefaultTextColor"
-  bg[PRELIGHT] = "DefaultBackgrdColor"
+  fg[PRELIGHT] = "PaintedDefaultTextColor"
+  bg[PRELIGHT] = "PaintedBackgrdColor"
 
   fg[ACTIVE] = "DefaultTextColor"
   bg[ACTIVE] = "PaintedBackgrdColor"


More information about the maemo-commits mailing list