[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 249/473: Fix menu item icons colored by selection background.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:56:59 CET 2015


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 3d878da38aa50661f14667d7eece3ec85882b992
Author: Graeme Gott <graeme at gottcode.org>
Date:   Wed Nov 20 06:52:04 2013 -0500

    Fix menu item icons colored by selection background.
---
 panel-plugin/launcher-view.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/launcher-view.cpp b/panel-plugin/launcher-view.cpp
index cc09534..951198f 100644
--- a/panel-plugin/launcher-view.cpp
+++ b/panel-plugin/launcher-view.cpp
@@ -195,6 +195,7 @@ void LauncherView::create_column()
 	if (m_icon_size > 1)
 	{
 		GtkCellRenderer* icon_renderer = exo_cell_renderer_icon_new();
+		g_object_set(icon_renderer, "follow-state", false, NULL);
 		g_object_set(icon_renderer, "size", m_icon_size, NULL);
 		gtk_tree_view_column_pack_start(m_column, icon_renderer, false);
 		gtk_tree_view_column_add_attribute(m_column, icon_renderer, "icon", LauncherView::COLUMN_ICON);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list