Mercurial > mplayer.hg
changeset 21774:3de9ef5678e7
small oops fix from my last commit
author | vayne |
---|---|
date | Fri, 29 Dec 2006 21:33:40 +0000 |
parents | 03bc990498fc |
children | acee29a43313 |
files | Gui/win32/gui.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/win32/gui.c Fri Dec 29 20:40:19 2006 +0000 +++ b/Gui/win32/gui.c Fri Dec 29 21:33:40 2006 +0000 @@ -181,8 +181,10 @@ case evLoadPlay: case evLoad: if(display_openfilewindow(gui, 0) && (msg == evLoadPlay)) + { mplGotoTheNext = guiIntfStruct.Playing? 0 : 1; handlemsg(hWnd, evDropFile); + } return; case evLoadSubtitle: display_opensubtitlewindow(gui);