Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_wallpaper_import.c 


Log Message:
Add cast to e_object

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper_import.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_int_config_wallpaper_import.c     18 Sep 2006 03:49:44 -0000      1.23
+++ e_int_config_wallpaper_import.c     21 Sep 2006 20:10:19 -0000      1.24
@@ -140,7 +140,7 @@
                           _import_cb_sel_selected, import,
                           _import_cb_sel_change, import, 1 
                           );
-   e_widget_fsel_window_object_set(ofm, win);
+   e_widget_fsel_window_object_set(ofm, E_OBJECT(win));
    import->fsel_obj = ofm;
    e_widget_list_object_append(o, ofm, 1, 1, 0.5);
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to