vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Apr 19 13:25:36 2016 +0200| [2d82ef2856658522dd954f66532e003a62cd890f] | committer: Jean-Baptiste Kempf
keystore: hide the option > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d82ef2856658522dd954f66532e003a62cd890f --- modules/keystore/file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/keystore/file.c b/modules/keystore/file.c index 0c3f7bb..ca91a01 100644 --- a/modules/keystore/file.c +++ b/modules/keystore/file.c @@ -56,7 +56,8 @@ vlc_module_begin() set_category(CAT_ADVANCED) set_subcategory(SUBCAT_ADVANCED_MISC) set_callbacks(Open, Close) - add_string("keystore-file", NULL, NULL, NULL, true) + add_savefile("keystore-file", NULL, NULL, NULL, true) + change_private() set_capability("keystore", 0) add_shortcut("file_plaintext") #ifdef CRYPTFILE _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
