[PATCH 09/11] Add accessibility information to the root password spoke.

Chris Lumens clumens at redhat.com
Mon Apr 7 18:03:11 UTC 2014


---
 pyanaconda/ui/gui/spokes/password.glade | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/password.glade b/pyanaconda/ui/gui/spokes/password.glade
index 6c247fc..c882fd7 100644
--- a/pyanaconda/ui/gui/spokes/password.glade
+++ b/pyanaconda/ui/gui/spokes/password.glade
@@ -1,10 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.0 on Thu Mar  6 13:54:20 2014 -->
 <interface>
   <!-- interface-requires gtk+ 3.6 -->
   <!-- interface-requires AnacondaWidgets 1.0 -->
   <object class="AnacondaSpokeWindow" id="passwordWindow">
     <property name="can_focus">False</property>
     <property name="window_name" translatable="yes">ROOT PASSWORD</property>
+    <child internal-child="accessible">
+      <object class="AtkObject" id="passwordWindow-atkobject">
+        <property name="AtkObject::accessible-name" translatable="yes">ROOT PASSWORD</property>
+      </object>
+    </child>
     <signal name="button-clicked" handler="on_back_clicked" swapped="no"/>
     <child internal-child="main_box">
       <object class="GtkBox" id="AnacondaSpokeWindow-main_box1">
@@ -83,6 +89,11 @@
                         <property name="can_focus">True</property>
                         <property name="visibility">False</property>
                         <property name="invisible_char">●</property>
+                        <child internal-child="accessible">
+                          <object class="AtkObject" id="pw-atkobject">
+                            <property name="AtkObject::accessible-name" translatable="yes">Password</property>
+                          </object>
+                        </child>
                         <signal name="changed" handler="_updatePwQuality" swapped="no"/>
                       </object>
                       <packing>
@@ -99,6 +110,11 @@
                         <property name="visibility">False</property>
                         <property name="invisible_char">●</property>
                         <property name="activates_default">True</property>
+                        <child internal-child="accessible">
+                          <object class="AtkObject" id="confirmPW-atkobject">
+                            <property name="AtkObject::accessible-name" translatable="yes">Confirm Password</property>
+                          </object>
+                        </child>
                       </object>
                       <packing>
                         <property name="left_attach">1</property>
-- 
1.8.3.1



More information about the anaconda-patches mailing list