Fix typo.

SVN revision: 34829
This commit is contained in:
Sebastian Dransfeld 2008-06-15 12:19:40 +00:00
parent 65fe9d6616
commit fcbcbfcc50
1 changed files with 1 additions and 1 deletions

View File

@ -1307,7 +1307,7 @@ _e_dnd_cb_event_dnd_selection(void *data, int type, void *event)
l = evas_list_append(l, file); l = evas_list_append(l, file);
_xdnd->data = l; _xdnd->data = l;
_e_drag_xdnd_end(ev>win, _xdnd->x, _xdnd->y); _e_drag_xdnd_end(ev->win, _xdnd->x, _xdnd->y);
evas_list_free(l); evas_list_free(l);
} }
else else