PATCH: Replace non UTF-8 char for hiding password chars with UTF-8 (#485218)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

For some textfields we specify a non UTF-8 "asterisk" char as hidden char,
which no longer works with the latest (py)gtk. This patch switches to using
a proper UTF-8 char for this.
---
 ui/iscsi-config.glade |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ui/iscsi-config.glade b/ui/iscsi-config.glade
index f1c80f8..57d7b10 100644
--- a/ui/iscsi-config.glade
+++ b/ui/iscsi-config.glade
@@ -258,7 +258,7 @@
 		  <property name="max_length">0</property>
 		  <property name="text" translatable="yes"></property>
 		  <property name="has_frame">True</property>
-		  <property name="invisible_char">•</property>
+		  <property name="invisible_char">•</property>
 		  <property name="activates_default">False</property>
 		  <property name="width_chars">45</property>
 		</widget>
@@ -310,7 +310,7 @@
 		  <property name="max_length">0</property>
 		  <property name="text" translatable="yes"></property>
 		  <property name="has_frame">True</property>
-		  <property name="invisible_char">•</property>
+		  <property name="invisible_char">•</property>
 		  <property name="activates_default">False</property>
 		  <property name="width_chars">45</property>
 		</widget>
@@ -362,7 +362,7 @@
 		  <property name="max_length">0</property>
 		  <property name="text" translatable="yes"></property>
 		  <property name="has_frame">True</property>
-		  <property name="invisible_char">•</property>
+		  <property name="invisible_char">•</property>
 		  <property name="activates_default">False</property>
 		  <property name="width_chars">45</property>
 		</widget>
--
1.6.1.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux