[vlc-commits] macosx: restored 10.5 SDK compatiblity

Felix Paul Kühne git at videolan.org
Wed Jul 20 16:11:45 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Jul 20 16:11:19 2011 +0200| [a8f7c6da779d583373ab1f8b408a0a5807cbbbc5] | committer: Felix Paul Kühne

macosx: restored 10.5 SDK compatiblity

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

 modules/gui/macosx/open.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 85aba33..e8c91ad 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -261,7 +261,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
     NSWorkspace *sharedWorkspace = [NSWorkspace sharedWorkspace];
 	[[sharedWorkspace notificationCenter] addObserver:self selector:@selector(scanOpticalMedia:) name:NSWorkspaceDidMountNotification object:nil];
 	[[sharedWorkspace notificationCenter] addObserver:self selector:@selector(scanOpticalMedia:) name:NSWorkspaceDidUnmountNotification object:nil];
-	[[sharedWorkspace notificationCenter] addObserver:self selector:@selector(scanOpticalMedia:) name:NSWorkspaceDidRenameVolumeNotification object:nil];
     [self scanOpticalMedia:nil];
 
     [self setMRL: @""];



More information about the vlc-commits mailing list