Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_box.c 


Log Message:
Don't swap appearances on orientation change.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_box.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- ewl_box.c   13 Aug 2004 00:41:12 -0000      1.68
+++ ewl_box.c   17 Aug 2004 05:27:30 -0000      1.69
@@ -166,10 +166,12 @@
                DRETURN(DLEVEL_STABLE);
 
        b->orientation = o;
+       /*
        if (o == EWL_ORIENTATION_HORIZONTAL)
                ewl_widget_appearance_set(w, "hbox");
        else
                ewl_widget_appearance_set(w, "vbox");
+               */
 
        ewl_widget_configure(w);
 




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