Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/iconbar

Dir     : e17/apps/iconbar/src


Modified Files:
        main.c 


Log Message:
fixup from old esmart api, thanks catalyst
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/main.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- main.c      14 Aug 2004 16:50:42 -0000      1.29
+++ main.c      15 Aug 2004 03:43:33 -0000      1.30
@@ -203,7 +203,7 @@
            last = ecore_time_get();
 
             /* tell the icons too */
-           for (l = e_container_elements_get(ib->cont); l; l = l->next)
+           for (l = esmart_container_elements_get(ib->cont); l; l = l->next)
            {
                Evas_Object *obj = l->data;
                edje_object_signal_emit(obj, "window,leave", "");       
@@ -230,7 +230,7 @@
            last = ecore_time_get();
 
             /* tell the icons too */
-           for (l = e_container_elements_get(ib->cont); l; l = l->next)
+           for (l = esmart_container_elements_get(ib->cont); l; l = l->next)
            {
                Evas_Object *obj = l->data;
                edje_object_signal_emit(obj, "window,enter", "");       




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