diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-16 19:53:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-17 07:57:09 +0800 |
commit | a2c6e4569e99d0029804748a91abf13c8f47b50f (patch) | |
tree | 8c6d1cbfb7aec01470a977b04c237d2fb06a7cea /modules/calendar/e-memo-shell-view-private.h | |
parent | 2f77dc2eb09a2f293134c39af34730344858d90a (diff) | |
download | gsoc2013-evolution-a2c6e4569e99d0029804748a91abf13c8f47b50f.tar.gz gsoc2013-evolution-a2c6e4569e99d0029804748a91abf13c8f47b50f.tar.zst gsoc2013-evolution-a2c6e4569e99d0029804748a91abf13c8f47b50f.zip |
EMemoShellView: Handle error signals from memo list backends.
Diffstat (limited to 'modules/calendar/e-memo-shell-view-private.h')
-rw-r--r-- | modules/calendar/e-memo-shell-view-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/calendar/e-memo-shell-view-private.h b/modules/calendar/e-memo-shell-view-private.h index 87c8ee142a..63bcb9b30c 100644 --- a/modules/calendar/e-memo-shell-view-private.h +++ b/modules/calendar/e-memo-shell-view-private.h @@ -78,6 +78,9 @@ struct _EMemoShellViewPrivate { EMemoShellContent *memo_shell_content; EMemoShellSidebar *memo_shell_sidebar; + EClientCache *client_cache; + gulong backend_error_handler_id; + EActivity *activity; }; |