discomfitor pushed a commit to branch master.

commit 7d064ece8608fc3e56350c6cd8325d422bbe7623
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jun 12 08:43:18 2013 +0100

    remove focus unset from winlist activate...this seems like extra work for 
nothing
---
 src/modules/winlist/e_winlist.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/modules/winlist/e_winlist.c b/src/modules/winlist/e_winlist.c
index 7eb8240..d98b1ce 100644
--- a/src/modules/winlist/e_winlist.c
+++ b/src/modules/winlist/e_winlist.c
@@ -198,13 +198,7 @@ e_winlist_show(E_Zone *zone, E_Winlist_Filter filter)
    if (e_config->winlist_warp_while_selecting)
      ecore_x_pointer_xy_get(_winlist->zone->container->win,
                             &_last_pointer_x, &_last_pointer_y);
-   if (_last_border)
-     {
-        if (!_last_border->lock_focus_out)
-          e_border_focus_set(_last_border, 0, 0);
-        else
-          _last_border = NULL;
-     }
+
    _e_winlist_activate_nth(1);
    if ((eina_list_count(_wins) > 1) && (eina_list_data_get(_win_selected) == 
_last_border))
      e_winlist_next();

-- 

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

Build for Windows Store.

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

Reply via email to