Pass back the correct data on highlight please. Someone needs a spank for that one :)
authorChristopher Michael <cpmichael1@comcast.net>
Sat, 21 Jan 2006 15:37:41 +0000 (15:37 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sat, 21 Jan 2006 15:37:41 +0000 (15:37 +0000)
SVN revision: 19947

src/bin/e_widget_fileman.c

index 852a684..487ecb5 100644 (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);
 }