Pass back the correct data on highlight please. Someone needs a spank for that one :)

SVN revision: 19947
This commit is contained in:
Christopher Michael 2006-01-21 15:37:41 +00:00
parent bca4e798f1
commit 70c0aa895b
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ _e_wid_fileman_hilited_cb(Evas_Object *obj, char *file, void *data)
if (wd->hilite_func)
wd->hilite_func(wd->wid, file, wd->select_data);
wd->hilite_func(wd->wid, file, wd->hilite_data);
printf("e_widget_fileman (hilited): %s\n", file);
}