]> git.sesse.net Git - vlc/commitdiff
macosx: Do not force-pause playback when resume dialog is shown
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Sun, 15 Feb 2015 13:03:56 +0000 (14:03 +0100)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Sun, 15 Feb 2015 13:05:09 +0000 (14:05 +0100)
modules/gui/macosx/playlist.m

index 46faf94cc3bafa445ddc573663fed8f48650a3c2..63069e0f85eacd2e84bc14db7582c6e453b247db 100644 (file)
 
         [[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 ||