Commit f49d38d7 authored by Clément Stenac's avatar Clément Stenac

Mark skins2-config, wx-config and parent-item as internal

parent 8e67d37a
...@@ -51,6 +51,7 @@ vlc_module_begin(); ...@@ -51,6 +51,7 @@ vlc_module_begin();
AUTOSTART_TEXT, AUTOSTART_LONGTEXT, VLC_FALSE ); AUTOSTART_TEXT, AUTOSTART_LONGTEXT, VLC_FALSE );
add_integer( "parent-item", 0, NULL, NULL, NULL, VLC_TRUE ); add_integer( "parent-item", 0, NULL, NULL, NULL, VLC_TRUE );
change_internal();
set_shortname( _("Playlist") ); set_shortname( _("Playlist") );
set_description( _("Playlist") ); set_description( _("Playlist") );
......
...@@ -438,6 +438,7 @@ vlc_module_begin(); ...@@ -438,6 +438,7 @@ vlc_module_begin();
add_string( "skins2-config", "", NULL, SKINS2_CONFIG, SKINS2_CONFIG_LONG, add_string( "skins2-config", "", NULL, SKINS2_CONFIG, SKINS2_CONFIG_LONG,
VLC_TRUE ); VLC_TRUE );
change_autosave(); change_autosave();
change_internal();
#ifdef WIN32 #ifdef WIN32
add_bool( "skins2-systray", VLC_FALSE, onSystrayChange, SKINS2_SYSTRAY, add_bool( "skins2-systray", VLC_FALSE, onSystrayChange, SKINS2_SYSTRAY,
SKINS2_SYSTRAY_LONG, VLC_FALSE ); SKINS2_SYSTRAY_LONG, VLC_FALSE );
......
...@@ -164,6 +164,7 @@ vlc_module_begin(); ...@@ -164,6 +164,7 @@ vlc_module_begin();
add_string( "wx-config-last", NULL, NULL, add_string( "wx-config-last", NULL, NULL,
"last config", "last config", VLC_TRUE ); "last config", "last config", VLC_TRUE );
change_autosave(); change_autosave();
change_internal();
add_deprecated( "wxwin-config-last", VLC_FALSE); /*Deprecated since 0.8.4*/ add_deprecated( "wxwin-config-last", VLC_FALSE); /*Deprecated since 0.8.4*/
add_submodule(); add_submodule();
......
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