[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 139/473: Add name to main widget to allow styling. Closes #14.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:55:09 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 915a35b9e0bb5a6852e0d8cc94a7960a0d8b49ae
Author: Graeme Gott <graeme at gottcode.org>
Date:   Fri Jul 26 11:01:56 2013 -0400

    Add name to main widget to allow styling. Closes #14.
---
 src/menu.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/menu.cpp b/src/menu.cpp
index 12a88ad..c3d1468 100644
--- a/src/menu.cpp
+++ b/src/menu.cpp
@@ -64,6 +64,7 @@ Menu::Menu(XfceRc* settings) :
 
 	// Create the window
 	m_window = GTK_WINDOW(gtk_window_new(GTK_WINDOW_TOPLEVEL));
+	gtk_widget_set_name(GTK_WIDGET(m_window), "whiskermenu-window");
 	gtk_window_set_modal(m_window, true);
 	gtk_window_set_decorated(m_window, false);
 	gtk_window_set_skip_taskbar_hint(m_window, true);

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


More information about the Xfce4-commits mailing list