[gnome-contacts] Hide the share button for now
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Hide the share button for now
- Date: Tue, 31 Jan 2012 15:22:54 +0000 (UTC)
commit d79a16e3405f377df0f028545dee75301f18b15e
Author: Alexander Larsson <alexl redhat com>
Date: Tue Jan 31 16:19:09 2012 +0100
Hide the share button for now
Noone knows what its supposed to do
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 e0588e8..e4f5ac6 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -263,6 +263,7 @@ public class Contacts.App : Gtk.Application {
toolbar.set_hexpand (true);
grid.attach (toolbar, 1, 0, 1, 1);
+ /*
var share_button = new ToolButton (null, null);
share_button.set_sensitive (false);
share_button.margin_right = 4;
@@ -274,6 +275,7 @@ public class Contacts.App : Gtk.Application {
share_button.clicked.connect ( (button) => {
});
+ */
window.add (grid);
/* We put in an overlay overlapping the left and right pane for the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]