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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Aug 28 17:49:49 EEST 2007
Author: tjunnone
Date: 2007-08-28 17:49:48 +0300 (Tue, 28 Aug 2007)
New Revision: 13443

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
Log:
* rc/hildonkeyboard.c: Fixes for VKB button theming. Fixes NB#66896.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-08-28 14:32:05 UTC (rev 13442)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-08-28 14:49:48 UTC (rev 13443)
@@ -1,3 +1,7 @@
+2007-08-28  Tomas Junnonen  <tomas.junnonen at nokia.com>
+
+	* rc/hildonkeyboard.c: Fixes for VKB button theming. Fixes NB#66896.
+
 2007-08-28  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[0.11.1-2 release]

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-08-28 14:32:05 UTC (rev 13442)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-08-28 14:49:48 UTC (rev 13443)
@@ -162,6 +162,8 @@
 style "osso-input-method-vkb-key" = "osso-logical-colors"
 {
     fg[NORMAL] = @VKBButtonTextColor
+    fg[ACTIVE] = @VKBButtonTextColor
+    fg[PRELIGHT] = @VKBButtonTextColor
 
     GtkButton::child_spacing = 0
     engine "sapwood"
@@ -200,6 +202,8 @@
 style "osso-input-method-space-key" = "osso-logical-colors"
 {
     fg[NORMAL] = @VKBButtonTextColor
+    fg[ACTIVE] = @VKBButtonTextColor
+    fg[PRELIGHT] = @VKBButtonTextColor
 
     GtkButton::child_spacing = 0
     engine "sapwood" 
@@ -248,6 +252,8 @@
 style "osso-input-method-accent-key" = "osso-logical-colors"
 {
     fg[NORMAL] = @VKBButtonTextColor
+    fg[ACTIVE] = @VKBButtonTextColor
+    fg[PRELIGHT] = @VKBButtonTextColor
 
     engine "sapwood"
     {
@@ -558,6 +564,8 @@
 style "osso-input-method-fkb-key" = "osso-logical-colors"
 {
     fg[NORMAL] = @VKBButtonTextColor
+    fg[ACTIVE] = @VKBButtonTextColor
+    fg[PRELIGHT] = @VKBButtonTextColor
 
     GtkButton::child_spacing = 0
     engine "sapwood"
@@ -651,6 +659,8 @@
 style "osso-input-method-fkb-accent-key" = "osso-logical-colors"
 {
     fg[NORMAL] = @VKBButtonTextColor
+    fg[ACTIVE] = @VKBButtonTextColor
+    fg[PRELIGHT] = @VKBButtonTextColor
 
     engine "sapwood"
     {


More information about the maemo-commits mailing list