[PATCH 1/2] Don't mark the summary dialog's tree view as insensitive.

Chris Lumens clumens at redhat.com
Fri Jul 26 18:44:43 UTC 2013


This causes everything in it to be displayed in grey, which we do not want.
---
 pyanaconda/ui/gui/spokes/lib/summary.glade | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/lib/summary.glade b/pyanaconda/ui/gui/spokes/lib/summary.glade
index 3d020e8..66ae609 100644
--- a/pyanaconda/ui/gui/spokes/lib/summary.glade
+++ b/pyanaconda/ui/gui/spokes/lib/summary.glade
@@ -116,12 +116,13 @@
                 <child>
                   <object class="GtkTreeView" id="actionView">
                     <property name="visible">True</property>
-                    <property name="sensitive">False</property>
                     <property name="can_focus">True</property>
                     <property name="model">actionStore</property>
                     <property name="headers_clickable">False</property>
                     <child internal-child="selection">
-                      <object class="GtkTreeSelection" id="treeview-selection1"/>
+                      <object class="GtkTreeSelection" id="treeview-selection1">
+                        <property name="mode">none</property>
+                      </object>
                     </child>
                     <child>
                       <object class="GtkTreeViewColumn" id="orderColumn">
-- 
1.8.1.2



More information about the anaconda-patches mailing list