aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/e-book-shell-content.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-11-14 05:57:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-14 05:57:53 +0800
commitd428935b383f96cc8c95fd345b8cc5c68c6fde8d (patch)
tree327397d50ce885d81d3bf730d0f06f041425e485 /modules/addressbook/e-book-shell-content.h
parent3d4b38c997b20ddc706aa72b9c858b2548438e31 (diff)
downloadgsoc2013-evolution-d428935b383f96cc8c95fd345b8cc5c68c6fde8d.tar
gsoc2013-evolution-d428935b383f96cc8c95fd345b8cc5c68c6fde8d.tar.gz
gsoc2013-evolution-d428935b383f96cc8c95fd345b8cc5c68c6fde8d.tar.bz2
gsoc2013-evolution-d428935b383f96cc8c95fd345b8cc5c68c6fde8d.tar.lz
gsoc2013-evolution-d428935b383f96cc8c95fd345b8cc5c68c6fde8d.tar.xz
gsoc2013-evolution-d428935b383f96cc8c95fd345b8cc5c68c6fde8d.tar.zst
gsoc2013-evolution-d428935b383f96cc8c95fd345b8cc5c68c6fde8d.zip
BugĀ 601774 - "Send Message to Contact" is always disabled
Diffstat (limited to 'modules/addressbook/e-book-shell-content.h')
-rw-r--r--modules/addressbook/e-book-shell-content.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/modules/addressbook/e-book-shell-content.h b/modules/addressbook/e-book-shell-content.h
index 138b60d175..5acfae46c8 100644
--- a/modules/addressbook/e-book-shell-content.h
+++ b/modules/addressbook/e-book-shell-content.h
@@ -60,12 +60,10 @@ enum {
E_BOOK_SHELL_CONTENT_SELECTION_MULTIPLE = 1 << 1,
E_BOOK_SHELL_CONTENT_SELECTION_HAS_EMAIL = 1 << 2,
E_BOOK_SHELL_CONTENT_SELECTION_IS_CONTACT_LIST = 1 << 3,
- E_BOOK_SHELL_CONTENT_SELECTION_HAS_HTTP_URI = 1 << 4,
- E_BOOK_SHELL_CONTENT_SELECTION_HAS_MAILTO_URI = 1 << 5,
- E_BOOK_SHELL_CONTENT_SOURCE_IS_BUSY = 1 << 6,
- E_BOOK_SHELL_CONTENT_SOURCE_IS_EDITABLE = 1 << 7,
- E_BOOK_SHELL_CONTENT_SOURCE_IS_EMPTY = 1 << 8,
- E_BOOK_SHELL_CONTENT_CLIPBOARD_HAS_DIRECTORY = 1 << 9
+ E_BOOK_SHELL_CONTENT_SOURCE_IS_BUSY = 1 << 4,
+ E_BOOK_SHELL_CONTENT_SOURCE_IS_EDITABLE = 1 << 5,
+ E_BOOK_SHELL_CONTENT_SOURCE_IS_EMPTY = 1 << 6,
+ E_BOOK_SHELL_CONTENT_CLIPBOARD_HAS_DIRECTORY = 1 << 7
};
struct _EBookShellContent {