[Xfce4-commits] <xfce4-taskbar-plugin:master> Added tooltips based on the Wnck window class name.

Gearoid Murphy noreply at xfce.org
Mon Jan 9 15:24:01 CET 2012


Updating branch refs/heads/master
         to cada864a495dd18449d80e1b2d4e1ef1aae420ad (commit)
       from 987a077889316ed96417d9a224d9fbb2db65f3bf (commit)

commit cada864a495dd18449d80e1b2d4e1ef1aae420ad
Author: Gearoid Murphy <gearoid.murphy at hp.com>
Date:   Tue Jan 3 14:35:08 2012 +0000

    Added tooltips based on the Wnck window class name.

 taskbar-widget.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/taskbar-widget.c b/taskbar-widget.c
index 5b99cb6..b3c6bf3 100644
--- a/taskbar-widget.c
+++ b/taskbar-widget.c
@@ -2464,6 +2464,7 @@ static XfceTaskBarGroup * xfce_taskbar_group_button_new (const char *class_group
     
     group->button = xfce_arrow_button_new (GTK_ARROW_NONE);
     gtk_widget_set_parent (group->button, GTK_WIDGET (taskbar));
+    gtk_widget_set_tooltip_text (group->button, class_group_name);
     group->icon = xfce_panel_image_new ();
     group->align = gtk_alignment_new(0.5, 0.5, 0, 0);
     gtk_container_add( GTK_CONTAINER(group->align), group->icon);


More information about the Xfce4-commits mailing list