Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        buttons.c 


Log Message:
Adjust button stacking.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/buttons.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- buttons.c   27 Feb 2005 01:53:22 -0000      1.49
+++ buttons.c   27 Feb 2005 18:55:18 -0000      1.50
@@ -149,9 +149,9 @@
    EoSetLayer(b, ontop);
    EoSetShadow(b, 0);
 
-   EobjListStackAdd(&b->o, 0);
+   EobjListStackAdd(&b->o, 1);
 
-   AddItem(b, b->name, id, LIST_TYPE_BUTTON);
+   AddItemEnd(b, b->name, id, LIST_TYPE_BUTTON);
 
    return b;
 }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to