[PATCH rhel7-branch] Ignore two accelerator collisions on the filter screen.

Chris Lumens clumens at redhat.com
Fri Sep 26 15:57:10 UTC 2014


These are getting too hard to avoid, and collisions aren't exactly fatal
anyway.  It makes a slightly more awkward UI, but not significantly so.
I may remove the fatal part of this check in the future.

Related: rhbz#1065716
---
 pyanaconda/ui/gui/spokes/filter.glade | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/filter.glade b/pyanaconda/ui/gui/spokes/filter.glade
index 2fe4430..35211da 100644
--- a/pyanaconda/ui/gui/spokes/filter.glade
+++ b/pyanaconda/ui/gui/spokes/filter.glade
@@ -241,6 +241,7 @@
                                             </child>
                                             <child>
                                               <object class="GtkLabel" id="label15">
+                                                <!-- check_accelerators: refresh -->
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">False</property>
                                                 <property name="label" translatable="yes">_LUN:</property>
@@ -1405,6 +1406,7 @@
                                             <property name="spacing">6</property>
                                             <child>
                                               <object class="GtkLabel" id="label22">
+                                                <!-- check_accelerators: refresh -->
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">False</property>
                                                 <property name="label" translatable="yes">_LUN:</property>
-- 
1.9.3



More information about the anaconda-patches mailing list