[Xfce4-commits] [xfce/xfce4-panel] 45/73: Correctly initialize show-button-title setting in applicationsmenu (Bug #11540)
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 16:34:26 CET 2017
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.
commit 34eafb1f0f206d12a4a0fc6897599bd5c0b0d780
Author: Adam Purkrt <adam at purkrt.net>
Date: Wed Jul 6 23:59:33 2016 +0200
Correctly initialize show-button-title setting in applicationsmenu (Bug #11540)
---
plugins/applicationsmenu/applicationsmenu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/applicationsmenu/applicationsmenu.c b/plugins/applicationsmenu/applicationsmenu.c
index f1afb4a..ccd976c 100644
--- a/plugins/applicationsmenu/applicationsmenu.c
+++ b/plugins/applicationsmenu/applicationsmenu.c
@@ -222,6 +222,7 @@ applications_menu_plugin_init (ApplicationsMenuPlugin *plugin)
plugin->label = gtk_label_new (DEFAULT_TITLE);
gtk_box_pack_start (GTK_BOX (plugin->box), plugin->label, FALSE, FALSE, 0);
+ plugin->show_button_title = TRUE;
gtk_widget_show (plugin->label);
/* prepare the menu */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list