Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_iconbox.c 


Log Message:
Iconbox autoarrange on resize

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- ewl_iconbox.c       23 Oct 2005 09:58:12 -0000      1.45
+++ ewl_iconbox.c       23 Oct 2005 10:27:41 -0000      1.46
@@ -1074,7 +1074,7 @@
        if (REALIZED(ib) && VISIBLE(ib)) { 
                ewl_callback_del(EWL_WIDGET(ib), EWL_CALLBACK_CONFIGURE, 
ewl_iconbox_configure_cb);
                ewl_iconbox_inner_pane_calculate(EWL_ICONBOX(w));
-               /*ewl_iconbox_icon_arrange(ib); */
+               ewl_iconbox_icon_arrange(ib); 
                ewl_callback_append(EWL_WIDGET(ib), EWL_CALLBACK_CONFIGURE, 
ewl_iconbox_configure_cb, NULL);
 
                /*Handle the background, if any*/




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to