Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_tree.c 


Log Message:
don't hide the tree arrow after two clicks (bug 406)

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- ewl_tree.c  26 Feb 2008 06:21:21 -0000      1.60
+++ ewl_tree.c  14 Mar 2008 19:54:51 -0000      1.61
@@ -1460,7 +1460,7 @@
        if (w == node->handle)
                DRETURN(DLEVEL_STABLE);
 
-       if (ewl_container_child_count_visible_get(c) < 3)
+       if (ecore_dlist_count(c) < 3)
        {
                if (node->handle && VISIBLE(node->handle))
                        ewl_widget_hide(node->handle);



-------------------------------------------------------------------------
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