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>
On Fri, 2014-09-26 at 11:57 -0400, Chris Lumens wrote:
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>
ACK.
anaconda-patches@lists.fedorahosted.org