Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/emphasis/src/emphasis_cover_editor Modified Files: emphasis_cover_editor.c Log Message: Move to the new Etk_Image API =================================================================== RCS file: /cvs/e/e17/proto/emphasis/src/emphasis_cover_editor/emphasis_cover_editor.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- emphasis_cover_editor.c 20 Aug 2006 22:48:50 -0000 1.1 +++ emphasis_cover_editor.c 29 Dec 2006 22:25:07 -0000 1.2 @@ -134,7 +134,7 @@ if(path) { - etk_image_set_from_file(ETK_IMAGE(cover), path); + etk_image_set_from_file(ETK_IMAGE(cover), path, NULL); } else { @@ -200,7 +200,7 @@ row = etk_tree_selected_row_get(ETK_TREE(tree)); free(etk_tree_row_data_get(row)); etk_tree_row_data_set(row, cover_path); - etk_image_set_from_file(ETK_IMAGE(cover), cover_path); + etk_image_set_from_file(ETK_IMAGE(cover), cover_path, NULL); } etk_widget_hide_all(ETK_WIDGET(filechooser_dialog)); } ------------------------------------------------------------------------- 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