--- mpcommon.c +++ mpcommon.c @@ -218,7 +218,7 @@ disable_system_conf = 1; disable_user_conf = 1; #ifdef HAVE_NEW_GUI - disable_gui_conf = 1; +/* disable_gui_conf = 1;*/ #endif /* HAVE_NEW_GUI */ } @@ -227,7 +227,7 @@ {"system", &disable_system_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL}, {"user", &disable_user_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL}, #ifdef HAVE_NEW_GUI - {"gui", &disable_gui_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL}, +/* {"gui", &disable_gui_conf, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 1, NULL},*/ #endif /* HAVE_NEW_GUI */ {NULL, NULL, 0, 0, 0, 0, NULL} };