aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-private.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-16 10:18:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-17 07:57:09 +0800
commit2f77dc2eb09a2f293134c39af34730344858d90a (patch)
tree1dbbd775d3e0a26470cb72e8dfdebadf04306780 /modules/calendar/e-cal-shell-view-private.h
parentc3268be7377a8d44216abc778d4f42169493cb0c (diff)
downloadgsoc2013-evolution-2f77dc2eb09a2f293134c39af34730344858d90a.tar
gsoc2013-evolution-2f77dc2eb09a2f293134c39af34730344858d90a.tar.gz
gsoc2013-evolution-2f77dc2eb09a2f293134c39af34730344858d90a.tar.bz2
gsoc2013-evolution-2f77dc2eb09a2f293134c39af34730344858d90a.tar.lz
gsoc2013-evolution-2f77dc2eb09a2f293134c39af34730344858d90a.tar.xz
gsoc2013-evolution-2f77dc2eb09a2f293134c39af34730344858d90a.tar.zst
gsoc2013-evolution-2f77dc2eb09a2f293134c39af34730344858d90a.zip
ECalShellView: Handle error signals from calendar backends.
Diffstat (limited to 'modules/calendar/e-cal-shell-view-private.h')
-rw-r--r--modules/calendar/e-cal-shell-view-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.h b/modules/calendar/e-cal-shell-view-private.h
index a2dd1c33c4..a9c6202980 100644
--- a/modules/calendar/e-cal-shell-view-private.h
+++ b/modules/calendar/e-cal-shell-view-private.h
@@ -93,6 +93,9 @@ struct _ECalShellViewPrivate {
ECalShellContent *cal_shell_content;
ECalShellSidebar *cal_shell_sidebar;
+ EClientCache *client_cache;
+ gulong backend_error_handler_id;
+
/* The last time explicitly selected by the user. */
time_t base_view_time;