[gnome-control-center] mouse panel: Make all listbox rows unactivatable



commit 645330853b4480c548e8e0cf04bc8a4022ee5df9
Author: Timm Bäder <mail baedert org>
Date:   Sat Apr 2 17:55:48 2016 +0200

    mouse panel: Make all listbox rows unactivatable
    
    Activating them doesn't do anything, so don't make them look like it
    does.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764503

 panels/mouse/gnome-mouse-properties.ui |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/panels/mouse/gnome-mouse-properties.ui b/panels/mouse/gnome-mouse-properties.ui
index 25e51c8..74658c6 100644
--- a/panels/mouse/gnome-mouse-properties.ui
+++ b/panels/mouse/gnome-mouse-properties.ui
@@ -67,6 +67,7 @@
                       <object class="GtkListBoxRow" id="primary-button-row">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
+                        <property name="activatable">false</property>
                         <child>
                           <object class="GtkGrid" id="primary-button-grid">
                             <property name="visible">True</property>
@@ -200,6 +201,7 @@
                       <object class="GtkListBoxRow" id="mouse-row">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
+                        <property name="activatable">false</property>
                         <child>
                           <object class="GtkGrid" id="mouse-grid">
                             <property name="visible">True</property>
@@ -258,6 +260,7 @@
                       <object class="GtkListBoxRow" id="mouse-natural-scrolling-row">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
+                        <property name="activatable">false</property>
                         <child>
                           <object class="GtkGrid" id="mouse-natural-scrolling-grid">
                             <property name="visible">True</property>
@@ -370,6 +373,7 @@
                           <object class="GtkListBoxRow" id="touchpad-toggle-row">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
+                            <property name="activatable">false</property>
                             <child>
                               <object class="GtkGrid" id="touchpad-toggle-grid">
                                 <property name="visible">True</property>
@@ -438,6 +442,7 @@
                       <object class="GtkListBoxRow" id="touchpad-options-box">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
+                        <property name="activatable">false</property>
                         <child>
                           <object class="GtkListBox" id="touchpad-options-listbox">
                             <property name="visible">True</property>
@@ -447,6 +452,7 @@
                               <object class="GtkListBoxRow" id="touchpad-natural-scrolling-row">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
+                                <property name="activatable">false</property>
                                 <child>
                                   <object class="GtkGrid" id="touchpad-natural-scrolling-grid">
                                     <property name="visible">True</property>
@@ -517,6 +523,7 @@
                               <object class="GtkListBoxRow" id="touchpad-speed-row">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
+                                <property name="activatable">false</property>
                                 <child>
                                   <object class="GtkGrid" id="touchpad-speed-grid">
                                     <property name="visible">True</property>
@@ -574,6 +581,7 @@
                               <object class="GtkListBoxRow" id="tap-to-click-row">
                                 <property name="visible">False</property>
                                 <property name="can_focus">True</property>
+                                <property name="activatable">false</property>
                                 <child>
                                   <object class="GtkGrid" id="tap-to-click-grid">
                                     <property name="visible">True</property>
@@ -626,6 +634,7 @@
                                 <property name="visible">False</property>
                                 <property name="can_focus">True</property>
                                 <property name="no_show_all">True</property>
+                                <property name="activatable">false</property>
                                 <child>
                                   <object class="GtkGrid" id="edge-scrolling-grid">
                                     <property name="visible">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]