[RHEL 7.2/PATCH] Update Active On Vol Create Cancel (rhbz#1168656)

Robert Marshall rmarshall at redhat.com
Tue Jun 2 18:15:34 UTC 2015


The "Update Settings" button in the custom partition screen would
activate after a user attempted to create a new volume and then
pressed the cancel button. This patches removes the double event
handler which was always setting the button to active no matter
what action happened in the dialog.

Resolves: rhbz#1168656
---
 pyanaconda/ui/gui/spokes/custom.glade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
index 2cf6e70..229e554 100644
--- a/pyanaconda/ui/gui/spokes/custom.glade
+++ b/pyanaconda/ui/gui/spokes/custom.glade
@@ -815,7 +815,7 @@
                                                         <property name="can_focus">False</property>
                                                         <property name="model">containerStore</property>
                                                         <signal name="changed" handler="on_container_changed" swapped="no"/>
-                                                        <signal name="changed" handler="on_value_changed" swapped="no"/>
+                                                        <!-- signal name="changed" handler="on_value_changed" swapped="no"/ -->
                                                         <child>
                                                           <object class="GtkCellRendererText" id="descRenderer"/>
                                                           <attributes>
-- 
1.8.3.1



More information about the anaconda-patches mailing list