aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-11-15 06:15:55 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-11-15 06:15:55 +0800
commitdcdbd48015c6fe7c94ff26305a6022dec2f0166a (patch)
treea18c77d090393519dbe24b7d76ac28c662ff91fd /calendar/cal-util
parentaa256bd41d5f1c85d17778c6bcd8e80a291fdad6 (diff)
downloadgsoc2013-evolution-dcdbd48015c6fe7c94ff26305a6022dec2f0166a.tar
gsoc2013-evolution-dcdbd48015c6fe7c94ff26305a6022dec2f0166a.tar.gz
gsoc2013-evolution-dcdbd48015c6fe7c94ff26305a6022dec2f0166a.tar.bz2
gsoc2013-evolution-dcdbd48015c6fe7c94ff26305a6022dec2f0166a.tar.lz
gsoc2013-evolution-dcdbd48015c6fe7c94ff26305a6022dec2f0166a.tar.xz
gsoc2013-evolution-dcdbd48015c6fe7c94ff26305a6022dec2f0166a.tar.zst
gsoc2013-evolution-dcdbd48015c6fe7c94ff26305a6022dec2f0166a.zip
#ifdef'ed out the LOCATION field for now, since it wasn't supported
2001-11-14 Damon Chaplin <damon@ximian.com> * gui/calendar-model.c: * cal-util/cal-component.h: #ifdef'ed out the LOCATION field for now, since it wasn't supported everywhere, or in the .etspec file. svn path=/trunk/; revision=14709
Diffstat (limited to 'calendar/cal-util')
-rw-r--r--calendar/cal-util/cal-component.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h
index e308ff5cf7..ad2dac7e48 100644
--- a/calendar/cal-util/cal-component.h
+++ b/calendar/cal-util/cal-component.h
@@ -78,7 +78,9 @@ typedef enum {
CAL_COMPONENT_FIELD_COLOR, /* not a real field */
CAL_COMPONENT_FIELD_STATUS,
CAL_COMPONENT_FIELD_COMPONENT, /* not a real field */
+#if 0
CAL_COMPONENT_FIELD_LOCATION,
+#endif
CAL_COMPONENT_FIELD_NUM_FIELDS
} CalComponentField;