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:
63253b3
)
printf--
author
codewarrior
<codewarrior>
Mon, 7 Nov 2005 00:21:12 +0000
(
00:21
+0000)
committer
codewarrior
<codewarrior@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 7 Nov 2005 00:21:12 +0000
(
00:21
+0000)
SVN revision: 18355
src/bin/e_fileman_smart.c
patch
|
blob
|
history
diff --git
a/src/bin/e_fileman_smart.c
b/src/bin/e_fileman_smart.c
index 94fca9ab1166407ed0f8dc38305a011f38b97164..23884a5c49748142bb66e92fc7c6ed7c83eb221d 100644
(file)
--- a/
src/bin/e_fileman_smart.c
+++ b/
src/bin/e_fileman_smart.c
@@
-2416,8
+2416,8
@@
_e_fm_icon_select_down(E_Fm_Smart_Data *sd)
{
E_Fm_Icon *icon;
Evas_Coord x, y, w, h;
+
icon = l->data;
- printf("going to %s\n", icon->file->name);
evas_object_geometry_get(icon->icon_object, &x, &y, &w, &h);
if(!E_CONTAINS(sd->x, sd->y, sd->w, sd->h, x, y, w, h))
{