[vlc-commits] macosx: Do not force-pause playback when resume dialog is shown

David Fuhrmann git at videolan.org
Sun Feb 15 14:04:23 CET 2015


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Feb 15 14:03:56 2015 +0100| [3e46bbc954cf644721ec8028a76056ddb3baa2f6] | committer: David Fuhrmann

macosx: Do not force-pause playback when resume dialog is shown

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e46bbc954cf644721ec8028a76056ddb3baa2f6
---

 modules/gui/macosx/playlist.m |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index 46faf94..63069e0 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -1060,10 +1060,8 @@
 
         [[NSRunLoop currentRunLoop] addTimer:timer forMode:NSModalPanelRunLoopMode];
 
-        [[VLCCoreInteraction sharedInstance] pause];
         returnValue = [theAlert runModal];
         [timer invalidate];
-        [[VLCCoreInteraction sharedInstance] playOrPause];
 
         // restart button was pressed or timeout happened
         if (returnValue == NSAlertAlternateReturn ||



More information about the vlc-commits mailing list