[PATCH v2 05/28] text: Fix password content hint value
Jan Arne Petersen
jpetersen at openismus.com
Thu Apr 18 07:47:19 PDT 2013
From: Krzesimir Nowak <krnowak at openismus.com>
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 <jpetersen at openismus.com>
---
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 @@
</description>
<entry name="none" value="0x0" summary="no special behaviour"/>
<entry name="default" value="0x7" summary="auto completion, correction and capitalization"/>
- <entry name="password" value="0xc" summary="hidden and sensitive text"/>
+ <entry name="password" value="0xc0" summary="hidden and sensitive text"/>
<entry name="auto_completion" value="0x1" summary="suggest word completions"/>
<entry name="auto_correction" value="0x2" summary="suggest word corrections"/>
<entry name="auto_capitalization" value="0x4" summary="switch to uppercase letters at the start of a sentence"/>
--
1.8.1.4
More information about the wayland-devel
mailing list