diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-22 19:14:10 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-22 19:14:10 +0000 |
commit | 35decc993a98b994662fcdca0fc537398d64a03d (patch) | |
tree | 2a3b8f01ceccb7067e3b64e1abc2800923261e9b | |
parent | cf114f800f1d90c09850d6dbe2b86680d09f439f (diff) | |
download | xine-lib-35decc993a98b994662fcdca0fc537398d64a03d.tar.gz xine-lib-35decc993a98b994662fcdca0fc537398d64a03d.tar.bz2 |
reduce the security value to make the entry visible in xine-ui
CVS patchset: 5573
CVS date: 2003/10/22 19:14:10
-rw-r--r-- | src/xine-engine/configfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h index 836a28c71..8dd6c3214 100644 --- a/src/xine-engine/configfile.h +++ b/src/xine-engine/configfile.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: configfile.h,v 1.29 2003/10/22 16:49:00 mroi Exp $ + * $Id: configfile.h,v 1.30 2003/10/22 19:14:10 mroi Exp $ * * config file management * @@ -45,7 +45,7 @@ extern "C" { * config entries above this experience * level must never be changed from MRL */ -#define XINE_CONFIG_SECURITY 50 +#define XINE_CONFIG_SECURITY 30 typedef struct cfg_entry_s cfg_entry_t; |