[PATCH] Add missing disk_selection XML (#962012,#962631)

Brian C. Lane bcl at redhat.com
Mon May 20 20:14:08 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

---
 pyanaconda/ui/gui/spokes/lib/cart.glade | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/lib/cart.glade b/pyanaconda/ui/gui/spokes/lib/cart.glade
index 2bf866e..dfde372 100644
--- a/pyanaconda/ui/gui/spokes/lib/cart.glade
+++ b/pyanaconda/ui/gui/spokes/lib/cart.glade
@@ -97,6 +97,11 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="model">disk_store</property>
+                    <child internal-child="selection">
+                        <object class="GtkTreeSelection" id="disk_selection">
+                            <signal name="changed" handler="on_selection_changed" swapped="no"/>
+                        </object>
+                    </child>
                     <child>
                       <object class="GtkTreeViewColumn" id="boot_column">
                         <property name="title" translatable="yes">Boot</property>
-- 
1.8.1.4



More information about the anaconda-patches mailing list