]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.m
Removed the 'Advanced' function from the complete prefs because we want them to be...
[vlc] / modules / gui / macosx / intf.m
index 78b29a6f938f9b4d00909588ce095ee34378385d..e54438d98ce0da62227554373b8a7ae7dca312b4 100644 (file)
@@ -1920,12 +1920,7 @@ end:
         o_prefs= [[VLCPrefs alloc] init];
     }
 
-    if( sender == o_mi_sprefs )
-    {
-        [o_sprefs showSimplePrefs];
-    }
-    else
-        [o_prefs showPrefs];
+    [o_sprefs showSimplePrefs];
 }
 
 - (IBAction)checkForUpdate:(id)sender