aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2009-03-05 18:29:43 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2009-03-05 18:29:43 +0800
commitf04e4e06d22dc1ab0dd25501d9199d7e5014dbf9 (patch)
treed20f3cf8250c50090453d359ed6972fe96f0f3e3 /calendar/gui/e-calendar-view.h
parentb8301aa653a2ce7cbe3785f175b85a7f32e67be7 (diff)
downloadgsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.gz
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.bz2
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.lz
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.xz
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.zst
gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.zip
Fixes #435455 (bnc)
svn path=/trunk/; revision=37375
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 63e3c149fd..1f18e67241 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -67,6 +67,7 @@ typedef enum {
guint16 start_minute; \
guint16 end_minute; \
guint different_timezone : 1; \
+ gboolean is_editable; \
GtkWidget *tooltip; \
gint timeout; \
GdkColor *color; \