From c12e485e47f5ac99f0ddd7f7e90b9ab28b077c3d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 11 Nov 2009 23:52:08 -0500 Subject: Simplify clipboard handling in addressbook. --- modules/addressbook/e-book-shell-content.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/addressbook/e-book-shell-content.h') diff --git a/modules/addressbook/e-book-shell-content.h b/modules/addressbook/e-book-shell-content.h index da78c01274..31f8c35838 100644 --- a/modules/addressbook/e-book-shell-content.h +++ b/modules/addressbook/e-book-shell-content.h @@ -64,7 +64,8 @@ enum { 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_SOURCE_IS_EMPTY = 1 << 8, + E_BOOK_SHELL_CONTENT_CLIPBOARD_HAS_DIRECTORY = 1 << 9 }; struct _EBookShellContent { -- cgit v1.2.3