[vlc-commits] macosx: remove one unneeded line in togglePlaylist:

David Fuhrmann git at videolan.org
Mon May 21 14:26:48 CEST 2012


vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri May 18 18:03:16 2012 +0200| [6fd52a255f27c62ccad6b3b7714ddc449fdb7e9a] | committer: Felix Paul Kühne

macosx: remove one unneeded line in togglePlaylist:
(cherry picked from commit e375b238a70d235f21d3a378c85bd4b8500c90e7)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=6fd52a255f27c62ccad6b3b7714ddc449fdb7e9a
---

 modules/gui/macosx/MainWindow.m |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index 7c6f122..16003a9 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -747,7 +747,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
 
     if (b_dropzone_active && ([[NSApp currentEvent] modifierFlags] & NSAlternateKeyMask) != 0)
     {
-        b_dropzone_active = NO;
         [self hideDropZone];
         return;
     }



More information about the vlc-commits mailing list