discomfitor pushed a commit to branch master.

commit dbc1a2c92a8cc7e90a0af14602f900ea55fdc2a2
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jul 2 10:02:27 2013 +0100

    fix guaranteed crash from typo in e_border_lower_below
---
 src/bin/e_border.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index 8051a7a..6dd1e64 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -1901,7 +1901,7 @@ e_border_stack_below(E_Border *bd,
         Eina_List *l, *l_prev;
         Eina_List *list = _e_border_sub_borders_new(bd);
 
-        EINA_LIST_REVERSE_FOREACH_SAFE(bd->transients, l, l_prev, child)
+        EINA_LIST_REVERSE_FOREACH_SAFE(list, l, l_prev, child)
         {
            /* Don't stack iconic transients. If the user wants these shown,
             * thats another option.

-- 

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

Build for Windows Store.

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

Reply via email to