Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        main.c 


Log Message:
- fix warnings

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- main.c      8 Mar 2006 15:22:43 -0000       1.6
+++ main.c      8 Mar 2006 15:57:10 -0000       1.7
@@ -126,7 +126,7 @@
        ewl_widget_show(box);
        window_count ++;
 
-       test->func(box);
+       test->func(EWL_CONTAINER(box));
 }
 
 static void
@@ -140,7 +140,7 @@
 
        c = ewl_widget_name_find("execute_box");
        ewl_container_reset(EWL_CONTAINER(c));
-       t->func(c);
+       t->func(EWL_CONTAINER(c));
 
        n = ewl_widget_name_find("notebook");
        ewl_notebook_visible_page_set(EWL_NOTEBOOK(n), c);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to