[PATCH 1/5] Remove the custom accelerators from custom storage.

David Shea dshea at redhat.com
Mon Jun 16 19:09:13 UTC 2014


These accelerators are already covered by the underline mnemonics, and
having them defined separately as accelerators on the entry widgets
makes them untranslatable and potentially conflict with the translated
mnemonics.
---
 pyanaconda/ui/gui/spokes/custom.glade                     | 3 +--
 pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
index 4a4900a..a8004a7 100644
--- a/pyanaconda/ui/gui/spokes/custom.glade
+++ b/pyanaconda/ui/gui/spokes/custom.glade
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.1 -->
+<!-- Generated with glade 3.18.3 -->
 <interface>
   <requires lib="gtk+" version="3.2"/>
   <requires lib="AnacondaWidgets" version="1.0"/>
@@ -744,7 +744,6 @@ until you click on the main menu's 'Begin Installation' button.</property>
                                     <property name="can_focus">True</property>
                                     <property name="visibility">False</property>
                                     <property name="invisible_char">●</property>
-                                    <accelerator key="p" signal="grab-focus" modifiers="GDK_MOD1_MASK"/>
                                     <signal name="activate" handler="on_unlock_clicked" swapped="no"/>
                                   </object>
                                   <packing>
diff --git a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
index 36ad8fa..f0fe347 100644
--- a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
+++ b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
@@ -490,7 +490,6 @@ use.  Try something else?</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="invisible_char">●</property>
-                    <accelerator key="n" signal="grab-focus" modifiers="GDK_MOD1_MASK"/>
                   </object>
                   <packing>
                     <property name="expand">False</property>
-- 
2.0.0



More information about the anaconda-patches mailing list