]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/prefs.m
macosx gui: use vlc_path2uri.
[vlc] / modules / gui / macosx / prefs.m
index 3ef939f1102079cd29c40e5032815284ffde36e6..ae4812be8ef64511836c13720e9388fc1cf53465 100644 (file)
@@ -195,8 +195,9 @@ static VLCPrefs *_o_sharedMainInstance = nil;
     [o_title setStringValue: o_title_name];
 }
 
-- (void)showPrefs
+- (void)showPrefsWithLevel:(NSInteger)i_window_level
 {
+    [o_prefs_window setLevel: i_window_level];
     [o_prefs_window center];
     [o_prefs_window makeKeyAndOrderFront:self];
     [_rootTreeItem resetView];