[vlc-commits] VLSub: Use a password input field for passwords
Kuba Niewiarowski
git at videolan.org
Thu Apr 12 14:02:22 CEST 2018
vlc | branch: master | Kuba Niewiarowski <jakub at niewiarowski.it> | Thu Apr 12 13:53:11 2018 +0200| [e0ed0e330f450625935a86f36f1758e1ac211bd9] | committer: Hugo Beauzée-Luyssen
VLSub: Use a password input field for passwords
Backported from
https://github.com/exebetche/vlsub/commit/b0bdb394cb5c530df2b014e90834ee57df071854
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0ed0e330f450625935a86f36f1758e1ac211bd9
---
share/lua/extensions/VLSub.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/lua/extensions/VLSub.lua b/share/lua/extensions/VLSub.lua
index 4539869839..5d93e8a2a5 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -471,7 +471,7 @@ function interface_config()
and openSub.option.os_username or "", 2, 7, 2, 1)
dlg:add_label(
lang["int_os_password"]..':', 1, 8, 0, 1)
- input_table['os_password'] = dlg:add_text_input(
+ input_table['os_password'] = dlg:add_password(
type(openSub.option.os_password) == "string"
and openSub.option.os_password or "", 2, 8, 2, 1)
More information about the vlc-commits
mailing list