From f62e8cfae70bc606ccf3ee86d61cfc37afbd2e5e Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 18 Apr 2013 16:47:19 +0200 Subject: [PATCH] text: Fix password content hint value 0xc in this case was a combination of "autocapitalization" (0x4) and "lowercase" (0x8) instead of "hidden_text" (0x40) and "sensitive_data" (0x80). Signed-off-by: Jan Arne Petersen --- protocol/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/text.xml b/protocol/text.xml index 3334769..dc86c16 100644 --- a/protocol/text.xml +++ b/protocol/text.xml @@ -88,7 +88,7 @@ - + -- 2.7.4