Enlightenment CVS committal

Author  : lok
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/widgets


Modified Files:
        ew_image.c 


Log Message:
Update to the latest etk image API change.

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/ew_image.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ew_image.c  12 Aug 2006 15:23:53 -0000      1.2
+++ ew_image.c  1 Jan 2007 18:23:35 -0000       1.3
@@ -19,7 +19,7 @@
 void
 ew_image_file_load(Entrance_Widget ew, const char *filename)
 {
-       etk_image_set_from_file(ETK_IMAGE(ew->owner), filename);
+       etk_image_set_from_file(ETK_IMAGE(ew->owner), filename, NULL);
 }
 
 void 



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