summaryrefslogtreecommitdiffstats
path: root/Gui/win32/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/win32/gui.c')
-rw-r--r--Gui/win32/gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/win32/gui.c b/Gui/win32/gui.c
index 473606cc1e..fe018d422f 100644
--- a/Gui/win32/gui.c
+++ b/Gui/win32/gui.c
@@ -181,6 +181,7 @@ static void handlemsg(HWND hWnd, int msg)
case evLoadPlay:
case evLoad:
if(display_openfilewindow(gui, 0) && (msg == evLoadPlay))
+ mplGotoTheNext = guiIntfStruct.Playing? 0 : 1;
handlemsg(hWnd, evDropFile);
return;
case evLoadSubtitle: