[Xfce4-commits] <xfce4-panel:devel> Give widget name to overflow button in tasklist.
Nick Schermer
noreply at xfce.org
Mon Feb 22 20:10:01 CET 2010
Updating branch refs/heads/devel
to 81c84bf7d9c7e8e9f7026f270c7a2a55afc370bd (commit)
from f516476c4e1ec93f1884cb606d8ceda9225c4a94 (commit)
commit 81c84bf7d9c7e8e9f7026f270c7a2a55afc370bd
Author: Nick Schermer <nick at xfce.org>
Date: Mon Feb 22 14:06:20 2010 +0100
Give widget name to overflow button in tasklist.
plugins/tasklist/tasklist-widget.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 16a3d95..ecdb050 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -447,6 +447,7 @@ xfce_tasklist_init (XfceTasklist *tasklist)
/* widgets for the overflow menu */
tasklist->arrow_button = xfce_arrow_button_new (GTK_ARROW_DOWN);
gtk_widget_set_parent (tasklist->arrow_button, GTK_WIDGET (tasklist));
+ gtk_widget_set_name (tasklist->arrow_button, "panel-tasklist-arrow");
gtk_button_set_relief (GTK_BUTTON (tasklist->arrow_button), tasklist->button_relief);
g_signal_connect (G_OBJECT (tasklist->arrow_button), "toggled",
G_CALLBACK (xfce_tasklist_arrow_button_toggled), tasklist);
More information about the Xfce4-commits
mailing list