[gnome-contacts] Make Delete menu item insensitive for now and remove Send...
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Make Delete menu item insensitive for now and remove Send...
- Date: Mon, 29 Aug 2011 14:19:16 +0000 (UTC)
commit ef7432c28975ca83aa10265403412ea5f133d964
Author: Alexander Larsson <alexl redhat com>
Date: Mon Aug 29 14:38:59 2011 +0200
Make Delete menu item insensitive for now and remove Send...
src/contacts-contact-pane.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 43a9ad2..6dbd97e 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -1515,8 +1515,8 @@ public class Contacts.ContactPane : EventBox {
var menu = new Menu ();
Utils.add_menu_item (menu,_("Add/Remove Linked Contacts...")).activate.connect (link_contact);
- Utils.add_menu_item (menu,_("Send..."));
- Utils.add_menu_item (menu,_("Delete"));
+ //Utils.add_menu_item (menu,_("Send..."));
+ Utils.add_menu_item (menu,_("Delete")).set_sensitive (false);
menu_button.set_menu (menu);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]