summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-02-12 19:32:31 +0100
committerHans de Goede <hdegoede@redhat.com>2009-02-12 19:32:31 +0100
commitb1fc46e50fd045af3c965fe9644b0cfac817dacf (patch)
treed4e8f6cc3d9c7589438f765798f5ba9043ecd262
parent66eaf4e0b1a31f29c3d586a8873b84b1aded59f8 (diff)
downloadanaconda-b1fc46e50fd045af3c965fe9644b0cfac817dacf.tar.gz
anaconda-b1fc46e50fd045af3c965fe9644b0cfac817dacf.tar.xz
anaconda-b1fc46e50fd045af3c965fe9644b0cfac817dacf.zip
Replace non UTF-8 char for hiding password chars with UTF-8 (#485218)
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.
-rw-r--r--ui/iscsi-config.glade6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/iscsi-config.glade b/ui/iscsi-config.glade
index f1c80f892..57d7b10a2 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>