diff options
author | Milan Crha <mcrha@redhat.com> | 2009-11-30 15:01:31 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-11-30 15:01:31 +0800 |
commit | 0b1658ed7a215dad8295b02a30d5220011e199f1 (patch) | |
tree | f4e0b3727b468763adc3f63e9d15dab0e59a064a /modules/calendar/e-task-shell-sidebar.h | |
parent | b9f0119ef5fb0a575253f9e3f1d3a5107ebc47c7 (diff) | |
download | gsoc2013-evolution-0b1658ed7a215dad8295b02a30d5220011e199f1.tar.gz gsoc2013-evolution-0b1658ed7a215dad8295b02a30d5220011e199f1.tar.zst gsoc2013-evolution-0b1658ed7a215dad8295b02a30d5220011e199f1.zip |
Bug 494394 - No way for the user to refresh a calendar
Diffstat (limited to 'modules/calendar/e-task-shell-sidebar.h')
-rw-r--r-- | modules/calendar/e-task-shell-sidebar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/calendar/e-task-shell-sidebar.h b/modules/calendar/e-task-shell-sidebar.h index 81021b8cda..6a18279753 100644 --- a/modules/calendar/e-task-shell-sidebar.h +++ b/modules/calendar/e-task-shell-sidebar.h @@ -56,7 +56,8 @@ typedef struct _ETaskShellSidebarPrivate ETaskShellSidebarPrivate; enum { E_TASK_SHELL_SIDEBAR_HAS_PRIMARY_SOURCE = 1 << 0, E_TASK_SHELL_SIDEBAR_CAN_DELETE_PRIMARY_SOURCE = 1 << 1, - E_TASK_SHELL_SIDEBAR_PRIMARY_SOURCE_IS_SYSTEM = 1 << 2 + E_TASK_SHELL_SIDEBAR_PRIMARY_SOURCE_IS_SYSTEM = 1 << 2, + E_TASK_SHELL_SIDEBAR_SOURCE_SUPPORTS_REFRESH = 1 << 3 }; struct _ETaskShellSidebar { |