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:
65fe9d6
)
Fix typo.
author
Sebastian Dransfeld
<sd@tango.flipp.net>
Sun, 15 Jun 2008 12:19:40 +0000
(12:19 +0000)
committer
Sebastian Dransfeld
<sd@tango.flipp.net>
Sun, 15 Jun 2008 12:19:40 +0000
(12:19 +0000)
SVN revision: 34829
src/bin/e_dnd.c
patch
|
blob
|
history
diff --git
a/src/bin/e_dnd.c
b/src/bin/e_dnd.c
index
7c61b6d
..
c3e662b
100644
(file)
--- a/
src/bin/e_dnd.c
+++ b/
src/bin/e_dnd.c
@@
-1307,7
+1307,7
@@
_e_dnd_cb_event_dnd_selection(void *data, int type, void *event)
l = evas_list_append(l, file);
_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);
}
else