[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 20/23: Add window title to allow identifying menu window.

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


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

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

commit 1b2a7c4d2b359bf4ed5db3e012c14fa031d2fd36
Author: Graeme Gott <graeme at gottcode.org>
Date:   Sun Nov 17 15:40:11 2013 -0500

    Add window title to allow identifying menu window.
---
 src/menu.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/menu.cpp b/src/menu.cpp
index 19fbe55..50625de 100644
--- a/src/menu.cpp
+++ b/src/menu.cpp
@@ -74,6 +74,8 @@ 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");
+	// Untranslated window title to allow window managers to identify it; not visible to users.
+	gtk_window_set_title(m_window, "Whisker Menu");
 	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