SVN revision: 18355
This commit is contained in:
codewarrior 2005-11-07 00:21:12 +00:00 committed by codewarrior
parent 63253b3824
commit 91cbda833c
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{