[gnome-contacts] Make nonworking buttons insensitive for now



commit fd5a1f19da29543522a8c188575a1a3ce9465be3
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Jan 20 16:12:03 2012 +0100

    Make nonworking buttons insensitive for now

 src/contacts-app.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index cb69585..96c1cc4 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -276,6 +276,7 @@ public class Contacts.App : Gtk.Application {
       });
 
     var select_button = new ToolButton (null, null);
+    select_button.set_sensitive (false);
     select_button.set_icon_name ("object-select-symbolic");
     select_button.is_important = false;
     select_button.set_halign (Align.END);
@@ -292,6 +293,7 @@ public class Contacts.App : Gtk.Application {
     grid.attach (toolbar, 1, 0, 1, 1);
 
     var share_button = new ToolButton (null, null);
+    share_button.set_sensitive (false);
     share_button.margin_right = 4;
     share_button.set_icon_name ("send-to-symbolic");
     share_button.is_important = false;



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