summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 890eb2a4b6..b7aee9f196 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1934,7 +1934,11 @@ if(auto_quality>0){
video_out->control(VOCTRL_RESUME, NULL); // resume video
(void)GetRelativeTime(); // keep TF around FT in next cycle
#ifdef HAVE_NEW_GUI
- if (use_gui) guiGetEvent( guiCEvent,(char *)guiSetPlay );
+ if (use_gui)
+ {
+ if ( guiIntfStruct.Playing == guiSetStop ) goto goto_next_file;
+ guiGetEvent( guiCEvent,(char *)guiSetPlay );
+ }
#endif
}