diff options
author | Damon Chaplin <damon@ximian.com> | 2001-11-15 06:15:55 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-11-15 06:15:55 +0800 |
commit | dcdbd48015c6fe7c94ff26305a6022dec2f0166a (patch) | |
tree | a18c77d090393519dbe24b7d76ac28c662ff91fd /calendar/ChangeLog | |
parent | aa256bd41d5f1c85d17778c6bcd8e80a291fdad6 (diff) | |
download | gsoc2013-evolution-dcdbd48015c6fe7c94ff26305a6022dec2f0166a.tar.gz 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/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 50272c8224..d261d43b97 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 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. + +2001-11-14 Damon Chaplin <damon@ximian.com> + * gui/e-calendar-table.c: don't abort when e_table_selected_count() returns odd values. There seems to be a bug in ETable. This is to avoid bug #13843. |