[gnome-todo/wip/selection-mode] window: actionbar buttons are insensitive by default



commit de12916db00cb45b9e73d811e020dc563cae34ac
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Aug 22 06:53:01 2015 -0300

    window: actionbar buttons are insensitive by default

 data/ui/window.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index e62f572..30a968a 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -144,7 +144,7 @@
                         <property name="label" translatable="yes">Rename</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="receives_default">True</property>
+                        <property name="sensitive">False</property>
                       </object>
                       <packing>
                         <property name="position">1</property>
@@ -154,7 +154,7 @@
                       <object class="GtkButton" id="remove_button">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="receives_default">True</property>
+                        <property name="sensitive">False</property>
                         <child>
                           <object class="GtkImage" id="trash_image">
                             <property name="visible">True</property>


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