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

Vratislav Podzimek vpodzime at redhat.com
Mon Jul 29 09:40:22 UTC 2013


On Fri, 2013-07-26 at 14:44 -0400, Chris Lumens wrote:
> 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">
ACK to both of these.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list