Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_widget.c 


Log Message:
Normalize show/realize/unrealize behavior relative to parent sizing.
Please test and report any regressions.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.c,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -3 -r1.154 -r1.155
--- ewl_widget.c        9 Dec 2007 01:09:06 -0000       1.154
+++ ewl_widget.c        12 Jan 2008 21:55:20 -0000      1.155
@@ -259,13 +259,6 @@
 
        ewl_widget_obscure(w);
 
-       /*
-        * Notify parent of hidden state.
-        */
-       pc = EWL_CONTAINER(w->parent);
-       if (pc && VISIBLE(w))
-               ewl_container_child_hide_call(pc, w);
-
        ewl_callback_call(w, EWL_CALLBACK_UNREALIZE);
        ewl_object_visible_remove(EWL_OBJECT(w), EWL_FLAG_VISIBLE_REALIZED);
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to