Enlightenment CVS committal Author : leviathan Project : e17 Module : proto
Dir : e17/proto/edje_editor/src/bin Modified Files: interface.c Log Message: etk_image_new_from_file needs a key =================================================================== RCS file: /cvs/e/e17/proto/edje_editor/src/bin/interface.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- interface.c 30 Dec 2006 09:59:09 -0000 1.2 +++ interface.c 30 Dec 2006 10:02:46 -0000 1.3 @@ -43,7 +43,7 @@ //printf("IMAGE: %s - %s\n",fname,ext); g_string_printf(str,"%s/%s",EDCFileDir->str,fname); - ComboItem = etk_combobox_item_append(ETK_COMBOBOX(UI_ImageComboBox), etk_image_new_from_file (str->str), fname); + ComboItem = etk_combobox_item_append(ETK_COMBOBOX(UI_ImageComboBox), etk_image_new_from_file (str->str, NULL), fname); etk_combobox_item_data_set (ComboItem, strdup(fname)); return TRUE; } ------------------------------------------------------------------------- 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