summaryrefslogtreecommitdiffstats
path: root/Gui/wm
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-25 21:49:48 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-25 21:49:48 +0000
commitd1d9313755f0300713bb2fa5ce721a3f24e60a12 (patch)
treee0f4cf0a3311aedcfaea23b98f3b92ce0679870f /Gui/wm
parentbf08296b42fd9a63c618d4ab2bc6b96342170de9 (diff)
downloadmpv-d1d9313755f0300713bb2fa5ce721a3f24e60a12.tar.bz2
mpv-d1d9313755f0300713bb2fa5ce721a3f24e60a12.tar.xz
patch from Rune <runner@mail.tele.dk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12069 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/wm')
-rw-r--r--Gui/wm/wsxdnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/wm/wsxdnd.c b/Gui/wm/wsxdnd.c
index cc755e6e4b..b05c65abb5 100644
--- a/Gui/wm/wsxdnd.c
+++ b/Gui/wm/wsxdnd.c
@@ -122,7 +122,7 @@ wsXDNDProcessSelection(wsTWindow* wnd, XEvent *event)
/* Handle the files */
if(wnd->DandDHandler){
- wnd->DandDHandler(num,files);
+ wnd->DandDHandler(num-1,files);
}
}