[Xfce4-commits] <xfce4-taskbar-plugin:master> Added some logic to blick the icon of a starting application, this at least informs the user than an action is pending.

Gearoid Murphy noreply at xfce.org
Wed Oct 10 21:42:02 CEST 2012


Updating branch refs/heads/master
         to 0e3991035fa31030cbb546c2d6b587055fda5ae9 (commit)
       from 18be87d7c47f92ff99f9f4aa94e9b11269e4b3a6 (commit)

commit 0e3991035fa31030cbb546c2d6b587055fda5ae9
Author: Gearoid Murphy <gearoid at murphy.com>
Date:   Wed Oct 10 20:35:23 2012 +0100

    Added some logic to blick the icon of a starting application, this at least informs the user than an action is pending.

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

diff --git a/taskbar-widget.c b/taskbar-widget.c
index ca3d4c1..878c991 100644
--- a/taskbar-widget.c
+++ b/taskbar-widget.c
@@ -1053,6 +1053,8 @@ static void xfce_taskbar_window_added (WnckScreen *screen, WnckWindow *window, X
         g_hash_table_insert (taskbar->groups, (gpointer)group->window_class_name, group);
     }
     
+    xfce_arrow_button_set_blinking(XFCE_ARROW_BUTTON (group->button), FALSE);
+    
     wnode->group = group ;
     
     // add window to the group button
@@ -2072,6 +2074,8 @@ static void xfce_taskbar_group_button_launch_pinned (XfceTaskBarGroup *group)
         return ;
     }
     
+    //
+    xfce_arrow_button_set_blinking (XFCE_ARROW_BUTTON (group->button), TRUE);
 }
 
 static void xfce_taskbar_group_button_toggle_pinned (XfceTaskBarGroup *group)


More information about the Xfce4-commits mailing list