discomfitor pushed a commit to branch master.

commit d497aa921d7a70b1cc12cb0b4da6817ec5f94194
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jun 12 11:40:47 2013 +0100

    always emit urgency change for tasks
---
 src/modules/tasks/e_mod_main.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/modules/tasks/e_mod_main.c b/src/modules/tasks/e_mod_main.c
index 6499468..ddc009b 100644
--- a/src/modules/tasks/e_mod_main.c
+++ b/src/modules/tasks/e_mod_main.c
@@ -910,11 +910,7 @@ _tasks_cb_window_focus_out(void *data __UNUSED__, int type 
__UNUSED__, void *eve
 static Eina_Bool
 _tasks_cb_event_border_urgent_change(void *data __UNUSED__, int type 
__UNUSED__, void *event)
 {
-   E_Event_Border_Urgent_Change *ev;
-
-   ev = event;
-
-   if (ev->border->focused) return EINA_TRUE;
+   E_Event_Border_Urgent_Change *ev = event;
 
    if (ev->border->client.icccm.urgent)
      _tasks_signal_emit(ev->border, "e,state,urgent", "e");

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to