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-memo-shell-view-actions.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-memo-shell-view-actions.h')
-rw-r--r-- | modules/calendar/e-memo-shell-view-actions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/calendar/e-memo-shell-view-actions.h b/modules/calendar/e-memo-shell-view-actions.h index 9fe4d6964d..cb4309c18a 100644 --- a/modules/calendar/e-memo-shell-view-actions.h +++ b/modules/calendar/e-memo-shell-view-actions.h @@ -65,6 +65,8 @@ E_SHELL_WINDOW_ACTION ((window), "memo-list-print-preview") #define E_SHELL_WINDOW_ACTION_MEMO_LIST_PROPERTIES(window) \ E_SHELL_WINDOW_ACTION ((window), "memo-list-properties") +#define E_SHELL_WINDOW_ACTION_MEMO_LIST_REFRESH(window) \ + E_SHELL_WINDOW_ACTION ((window), "memo-list-refresh") #define E_SHELL_WINDOW_ACTION_MEMO_LIST_RENAME(window) \ E_SHELL_WINDOW_ACTION ((window), "memo-list-rename") #define E_SHELL_WINDOW_ACTION_MEMO_LIST_SELECT_ONE(window) \ |