[PATCH 2/2] Fix invalid mnemonic widget references

David Shea dshea at redhat.com
Tue Jan 7 19:07:36 UTC 2014


---
 pyanaconda/ui/gui/spokes/lib/passphrase.glade | 2 +-
 pyanaconda/ui/gui/spokes/password.glade       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/lib/passphrase.glade b/pyanaconda/ui/gui/spokes/lib/passphrase.glade
index 4861d8d..e8a86e1 100644
--- a/pyanaconda/ui/gui/spokes/lib/passphrase.glade
+++ b/pyanaconda/ui/gui/spokes/lib/passphrase.glade
@@ -134,7 +134,7 @@
                 <property name="xalign">0</property>
                 <property name="label" translatable="yes" context="GUI|Passphrase Dialog">_Confirm:</property>
                 <property name="use_underline">True</property>
-                <property name="mnemonic_widget">confirm_entry</property>
+                <property name="mnemonic_widget">confirm_pw_entry</property>
               </object>
               <packing>
                 <property name="left_attach">0</property>
diff --git a/pyanaconda/ui/gui/spokes/password.glade b/pyanaconda/ui/gui/spokes/password.glade
index a6c8724..e123e83 100644
--- a/pyanaconda/ui/gui/spokes/password.glade
+++ b/pyanaconda/ui/gui/spokes/password.glade
@@ -70,7 +70,7 @@
                         <property name="label" translatable="yes" context="GUI|Password">_Confirm:</property>
                         <property name="use_markup">True</property>
                         <property name="use_underline">True</property>
-                        <property name="mnemonic_widget">confirm</property>
+                        <property name="mnemonic_widget">confirmPW</property>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
-- 
1.8.5.2



More information about the anaconda-patches mailing list