Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_grid.c ewl_widget.c 


Log Message:

Fix bugs 358 and 340 (finally) and and stop segfault in grid.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_grid.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- ewl_grid.c  15 Feb 2008 23:52:22 -0000      1.44
+++ ewl_grid.c  17 Feb 2008 19:58:23 -0000      1.45
@@ -476,7 +476,7 @@
                ecore_dlist_first_goto(EWL_CONTAINER(g)->children);
                while ((c = ecore_dlist_next(EWL_CONTAINER(g)->children))
                                && c != w) {
-                       if (UNMANAGED(child))
+                       if (UNMANAGED(c))
                                continue;
 
                        if (!ewl_widget_data_get(c, g))
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.c,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -3 -r1.158 -r1.159
--- ewl_widget.c        16 Feb 2008 18:59:16 -0000      1.158
+++ ewl_widget.c        17 Feb 2008 19:58:23 -0000      1.159
@@ -283,7 +283,7 @@
         */
        if (REVEALED(w) || (!REALIZED(w) && !ewl_object_queued_has(
                                        EWL_OBJECT(w),
-                                       EWL_FLAG_QUEUED_SCHEDULED_REVEAL)))
+                                       EWL_FLAG_QUEUED_PROCESS_REVEAL)))
                DRETURN(DLEVEL_STABLE);
 
        ewl_object_visible_add(EWL_OBJECT(w), EWL_FLAG_VISIBLE_REVEALED);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to