aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-task-shell-sidebar.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-26 19:54:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-08-03 23:40:13 +0800
commit4fedf14c7b90d1bab1906d0e1ffd676af620c15c (patch)
treeb0df6fd65232a528924eb7e0a3b0fda5119390f8 /modules/calendar/e-task-shell-sidebar.h
parentcdc45d0ef235591a93e980f7513e5fadd7abb315 (diff)
downloadgsoc2013-evolution-4fedf14c7b90d1bab1906d0e1ffd676af620c15c.tar
gsoc2013-evolution-4fedf14c7b90d1bab1906d0e1ffd676af620c15c.tar.gz
gsoc2013-evolution-4fedf14c7b90d1bab1906d0e1ffd676af620c15c.tar.bz2
gsoc2013-evolution-4fedf14c7b90d1bab1906d0e1ffd676af620c15c.tar.lz
gsoc2013-evolution-4fedf14c7b90d1bab1906d0e1ffd676af620c15c.tar.xz
gsoc2013-evolution-4fedf14c7b90d1bab1906d0e1ffd676af620c15c.tar.zst
gsoc2013-evolution-4fedf14c7b90d1bab1906d0e1ffd676af620c15c.zip
Enable "delete" action for remote-deletable sources.
Diffstat (limited to 'modules/calendar/e-task-shell-sidebar.h')
-rw-r--r--modules/calendar/e-task-shell-sidebar.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/calendar/e-task-shell-sidebar.h b/modules/calendar/e-task-shell-sidebar.h
index e0754f454b..d3c5358336 100644
--- a/modules/calendar/e-task-shell-sidebar.h
+++ b/modules/calendar/e-task-shell-sidebar.h
@@ -57,8 +57,10 @@ enum {
E_TASK_SHELL_SIDEBAR_HAS_PRIMARY_SOURCE = 1 << 0,
E_TASK_SHELL_SIDEBAR_PRIMARY_SOURCE_IS_WRITABLE = 1 << 1,
E_TASK_SHELL_SIDEBAR_PRIMARY_SOURCE_IS_REMOVABLE = 1 << 2,
- E_TASK_SHELL_SIDEBAR_PRIMARY_SOURCE_IN_COLLECTION = 1 << 3,
- E_TASK_SHELL_SIDEBAR_SOURCE_SUPPORTS_REFRESH = 1 << 4
+ E_TASK_SHELL_SIDEBAR_PRIMARY_SOURCE_IS_REMOTE_CREATABLE = 1 << 3,
+ E_TASK_SHELL_SIDEBAR_PRIMARY_SOURCE_IS_REMOTE_DELETABLE = 1 << 4,
+ E_TASK_SHELL_SIDEBAR_PRIMARY_SOURCE_IN_COLLECTION = 1 << 5,
+ E_TASK_SHELL_SIDEBAR_SOURCE_SUPPORTS_REFRESH = 1 << 6
};
struct _ETaskShellSidebar {