projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca4e79
)
Pass back the correct data on highlight please. Someone needs a spank for that one :)
author
Christopher Michael
<cpmichael1@comcast.net>
Sat, 21 Jan 2006 15:37:41 +0000
(15:37 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Sat, 21 Jan 2006 15:37:41 +0000
(15:37 +0000)
SVN revision: 19947
src/bin/e_widget_fileman.c
patch
|
blob
|
history
diff --git
a/src/bin/e_widget_fileman.c
b/src/bin/e_widget_fileman.c
index 852a684615e3a31f540a40a2ded21aed98d4342d..487ecb56cebb02be2aa329679ec3661d061d7bd4 100644
(file)
--- a/
src/bin/e_widget_fileman.c
+++ b/
src/bin/e_widget_fileman.c
@@
-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);
}