]> git.sesse.net Git - vlc/commitdiff
* prefs obey the advanced option. Apply does not as of yet.
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 20 Feb 2003 18:10:16 +0000 (18:10 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 20 Feb 2003 18:10:16 +0000 (18:10 +0000)
modules/gui/macosx/prefs.m

index 280a2a2cff692e6b04b90ce86efa76a3cb50ff1a..71e5f410aded01821b84b05720861efc062e30eb 100644 (file)
@@ -2,7 +2,7 @@
  * prefs.m: MacOS X plugin for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: prefs.m,v 1.13 2003/02/18 00:17:06 massiot Exp $
+ * $Id: prefs.m,v 1.14 2003/02/20 18:10:16 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *
 
     if( p_item ) do
     {
-
+        if( p_item->b_advanced && !config_GetInt( p_intf, "advanced" ))
+        {
+            continue;
+        }
         switch( p_item->i_type )
         {