Commit 22342e60 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* prefs obey the advanced option. Apply does not as of yet.

parent de621e39
......@@ -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>
*
......@@ -280,7 +280,10 @@
if( p_item ) do
{
if( p_item->b_advanced && !config_GetInt( p_intf, "advanced" ))
{
continue;
}
switch( p_item->i_type )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment