aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-private.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2010-04-16 19:37:40 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2010-04-16 19:43:31 +0800
commitdac959d85813debca9762eaf4c4cf8cebc1090fe (patch)
treefae1c75f4c6bc91e3174392ef8b83d557522bbd1 /modules/calendar/e-cal-shell-view-private.h
parente9b64e499fe4abaea723820dcb8b591cf38804a6 (diff)
downloadgsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.gz
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.bz2
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.lz
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.xz
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.zst
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.zip
Bug 596601 (bnc) - monitor system timezone changes in evolution
Diffstat (limited to 'modules/calendar/e-cal-shell-view-private.h')
-rw-r--r--modules/calendar/e-cal-shell-view-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.h b/modules/calendar/e-cal-shell-view-private.h
index c69ffc7605..71a191f332 100644
--- a/modules/calendar/e-cal-shell-view-private.h
+++ b/modules/calendar/e-cal-shell-view-private.h
@@ -27,6 +27,7 @@
#include <string.h>
#include <glib/gi18n.h>
#include <libecal/e-cal-time-util.h>
+#include <libecal/e-cal-system-timezone.h>
#include <libedataserver/e-categories.h>
#include <libedataserver/e-data-server-util.h>
#include <libedataserver/e-sexp.h>
@@ -81,6 +82,7 @@
/* ETable Specifications */
#define ETSPEC_FILENAME "e-calendar-table.etspec"
+#define CHECK_NB 5
G_BEGIN_DECLS
@@ -114,6 +116,8 @@ struct _ECalShellViewPrivate {
EActivity *calendar_activity;
EActivity *memopad_activity;
EActivity *taskpad_activity;
+
+ GFileMonitor *monitors[CHECK_NB];
};
void e_cal_shell_view_private_init