From: Krzesimir Nowak Date: Thu, 18 Apr 2013 14:47:19 +0000 (+0200) Subject: text: Fix password content hint value X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f62e8cfae70bc606ccf3ee86d61cfc37afbd2e5e;p=platform%2Fupstream%2Fweston.git 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 --- 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 @@ - +