[gnome-contacts] Remove multi select button



commit e3e39b7c91661123c79ecd4004f523e41c2121f5
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Jan 23 16:42:31 2012 +0100

    Remove multi select button

 src/contacts-app.vala |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 96c1cc4..930735b 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -275,16 +275,6 @@ public class Contacts.App : Gtk.Application {
 	dialog.show_all ();
       });
 
-    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);
-    select_button.set_expand (true);
-    toolbar.add (select_button);
-    select_button.clicked.connect ( (button) => {
-      });
-
     toolbar = new Toolbar ();
     toolbar.set_icon_size (IconSize.MENU);
     toolbar.get_style_context ().add_class (STYLE_CLASS_MENUBAR);



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