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