Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_paned.c 


Log Message:
- sanity check

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_paned.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ewl_paned.c 6 Jun 2006 20:58:57 -0000       1.33
+++ ewl_paned.c 6 Jun 2006 21:40:33 -0000       1.34
@@ -395,7 +395,7 @@
                        /* if the child is on the new panes list it still
                         * needs to be placed, so take it's size into
                         * account */
-                       if (ecore_list_goto(p->new_panes, child))
+                       if (ecore_list_goto(p->new_panes, child) == child)
                        {
                                needed_pane_size += 
                                        
layout->preferred_size(EWL_OBJECT(child));




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to