Commit aac28c05 authored by Erwan Tulou's avatar Erwan Tulou

skins2: change_safe added by error (previous commit)

(cherry picked from commit d997857b)
parent e0950bdd
...@@ -512,11 +512,9 @@ vlc_module_begin () ...@@ -512,11 +512,9 @@ vlc_module_begin ()
set_subcategory( SUBCAT_INTERFACE_MAIN ) set_subcategory( SUBCAT_INTERFACE_MAIN )
add_file( "skins2-last", "", NULL, SKINS2_LAST, SKINS2_LAST_LONG, add_file( "skins2-last", "", NULL, SKINS2_LAST, SKINS2_LAST_LONG,
true ) true )
change_safe ()
change_autosave () change_autosave ()
add_string( "skins2-config", "", NULL, SKINS2_CONFIG, SKINS2_CONFIG_LONG, add_string( "skins2-config", "", NULL, SKINS2_CONFIG, SKINS2_CONFIG_LONG,
true ) true )
change_safe ()
change_autosave () change_autosave ()
change_internal () change_internal ()
#ifdef WIN32 #ifdef WIN32
......
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