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

noreply at xfce.org noreply at xfce.org
Sat Aug 20 18:34:24 CEST 2016


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

gottcode pushed a commit to annotated tag v1.2.2
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 4005adb77037d44dbedaff6e3612b4ab35d75715
Author: Graeme Gott <graeme at gottcode.org>
Date:   Wed Nov 20 06:53:09 2013 -0500

    Fix menu item icons colored by selection background.
---
 src/launcher_view.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/launcher_view.cpp b/src/launcher_view.cpp
index 54eb2cf..107ffac 100644
--- a/src/launcher_view.cpp
+++ b/src/launcher_view.cpp
@@ -211,6 +211,7 @@ void LauncherView::create_column()
 	gtk_tree_view_column_set_visible(m_column, true);
 
 	m_icon_renderer = exo_cell_renderer_icon_new();
+	g_object_set(m_icon_renderer, "follow-state", false, NULL);
 	g_object_set(m_icon_renderer, "size", f_icon_size.get_size(), NULL);
 	gtk_tree_view_column_pack_start(m_column, m_icon_renderer, false);
 	gtk_tree_view_column_add_attribute(m_column, m_icon_renderer, "icon", LauncherModel::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