[maemo-commits] [maemo-commits] r13464 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Aug 29 15:36:44 EEST 2007
Author: lucasr
Date: 2007-08-29 15:36:43 +0300 (Wed, 29 Aug 2007)
New Revision: 13464

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-thumb-menu-item.c
Log:
2007-08-29  Lucas Rocha  <lucas.rocha at nokia.com>

	* libhildondesktop/hildon-thumb-menu-item.c
	(hildon_thumb_menu_item_set_thumb_label): correctly set logical color
	ids for labels in thumb menu items. Fixes #62307.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-29 12:29:28 UTC (rev 13463)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-29 12:36:43 UTC (rev 13464)
@@ -1,5 +1,11 @@
 2007-08-29  Lucas Rocha  <lucas.rocha at nokia.com>
 
+	* libhildondesktop/hildon-thumb-menu-item.c
+	(hildon_thumb_menu_item_set_thumb_label): correctly set logical color
+	ids for labels in thumb menu items. Fixes #62307.
+
+2007-08-29  Lucas Rocha  <lucas.rocha at nokia.com>
+
 	* libhildonwm/hd-wm-window.c (hd_wm_window_process_wm_name): emit
 	signal for entry info changed accordingly.
 	* src/hd-switcher-menu-item.c (hd_switcher_menu_item_set_entry_info):

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-thumb-menu-item.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-thumb-menu-item.c	2007-08-29 12:29:28 UTC (rev 13463)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-thumb-menu-item.c	2007-08-29 12:36:43 UTC (rev 13464)
@@ -742,12 +742,12 @@
     color1_found = gtk_style_lookup_color(GTK_WIDGET(
                 thumb_menu_item)->style, "PluginMenuTextColor", &color1);
     color2_found = gtk_style_lookup_color(GTK_WIDGET(
-                thumb_menu_item)->style, "SecondaryTextColor", &color2);
+                thumb_menu_item)->style, "PluginMenuSecondaryTextColor", &color2);
 #else
     color1_found = gtk_style_lookup_logical_color(GTK_WIDGET(
                 thumb_menu_item)->style, "PluginMenuTextColor", &color1);
     color2_found = gtk_style_lookup_logical_color(GTK_WIDGET(
-                thumb_menu_item)->style, "SecondaryTextColor", &color2);
+                thumb_menu_item)->style, "PluginMenuSecondaryTextColor", &color2);
 #endif
 
     attrs = pango_attr_list_new();


More information about the maemo-commits mailing list