Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_iconbox.c 


Log Message:
Fixed an iconbox porting mistake

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- ewl_iconbox.c       9 Oct 2005 05:18:39 -0000       1.26
+++ ewl_iconbox.c       9 Oct 2005 23:34:05 -0000       1.27
@@ -847,7 +847,7 @@
 
        EWL_ICONBOX_ICON(ib)->selected = 0;
        EWL_ICONBOX_ICON(ib)->floater = ewl_floater_new();
-       ewl_floater_follow_set(EWL_FLOATER(iconbox->ewl_iconbox_pane_inner),
+       ewl_floater_follow_set(EWL_FLOATER( EWL_ICONBOX_ICON(ib)->floater ),
                                iconbox->ewl_iconbox_pane_inner);
 
        /*Set the label*/




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to