Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_tree.c 


Log Message:
Fix a hide bug in the tree nodes.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_tree.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- ewl_tree.c  19 Aug 2004 20:03:33 -0000      1.54
+++ ewl_tree.c  20 Aug 2004 01:07:01 -0000      1.55
@@ -714,6 +714,9 @@
 
        node = EWL_TREE_NODE(c);
 
+       if (w == node->handle)
+               DRETURN(DLEVEL_STABLE);
+
        if (ecore_list_nodes(c->children) < 3) {
                if (VISIBLE(node->handle))
                        ewl_widget_hide(node->handle);




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to