[master/rhel7-branch] Get rid of some unnecessary text from dasdfmt dialog. (#1153050)

Samantha N. Bueno sbueno+anaconda at redhat.com
Thu Oct 16 13:55:37 UTC 2014


With commit 674ae89f (which fixed 1078892), disk selection is preserved,
so there is no need to re-select disks after running dasdfmt. So, get rid
of this bit of text on the dasdfmt dialog which says a user will need to
re-do disk selection, since it is misleading.

Resolves: rhbz#1153050
---
 pyanaconda/ui/gui/spokes/lib/dasdfmt.glade | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade b/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
index 23e7cc1..12f84fc 100644
--- a/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
+++ b/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
@@ -224,21 +224,6 @@ installation options while formatting completes.</property>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkLabel" id="label19">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="xalign">0</property>
-                    <property name="label" translatable="yes">Pressing 'OK' below will take you to the disk selection screen where you will need to re-select your disks.</property>
-                    <property name="wrap">True</property>
-                  </object>
-                  <packing>
-                    <property name="left_attach">1</property>
-                    <property name="top_attach">1</property>
-                    <property name="width">1</property>
-                    <property name="height">1</property>
-                  </packing>
-                </child>
-                <child>
                   <object class="GtkImage" id="image3">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-- 
1.9.3



More information about the anaconda-patches mailing list