[Mplayer-cvslog] CVS: main/Gui/wm wsxdnd.c,1.5,1.6
Zoltan Ponekker
syncmail at mplayerhq.hu
Thu Mar 25 22:49:50 CET 2004
CVS change done by Zoltan Ponekker
Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var2/tmp/cvs-serv31885/Gui/wm
Modified Files:
wsxdnd.c
Log Message:
patch from Rune <runner at mail.tele.dk>
Index: wsxdnd.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/wsxdnd.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wsxdnd.c 16 Dec 2002 20:16:12 -0000 1.5
+++ wsxdnd.c 25 Mar 2004 21:49:48 -0000 1.6
@@ -122,7 +122,7 @@
/* Handle the files */
if(wnd->DandDHandler){
- wnd->DandDHandler(num,files);
+ wnd->DandDHandler(num-1,files);
}
}
More information about the MPlayer-cvslog
mailing list