- remove strdup, not needed.

SVN revision: 18159
This commit is contained in:
codewarrior 2005-10-31 00:08:45 +00:00 committed by codewarrior
parent 7114c99203
commit f93225d7d2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ _e_wid_fileman_selected_cb(Evas_Object *obj, char *file, void *data)
snprintf(*(wd->valptr), size, "%s", file);
#endif
if(wd->select_func)
wd->select_func(wd->wid, strdup(file), wd->select_data);
wd->select_func(wd->wid, file, wd->select_data);
printf("e_widget_fileman: %s\n", file);