[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 04/13: Add name to main widget to allow styling.

noreply at xfce.org noreply at xfce.org
Sat Aug 20 18:33:48 CEST 2016


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

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

commit f0babd3b1d4962c454b7637805465ee6f3865574
Author: Graeme Gott <graeme at gottcode.org>
Date:   Fri Jul 26 11:01:56 2013 -0400

    Add name to main widget to allow styling.
---
 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