diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-31 16:30:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-31 16:30:35 +0800 |
commit | a377caf4d8e69ee0b6af33861143902cce3c5f89 (patch) | |
tree | ef122026767e1413aee8b7fc319c99d8575b8fa4 /calendar/ChangeLog | |
parent | a419fc54e634a28acd6b6e5ca6dbed764e48c244 (diff) | |
download | gsoc2013-evolution-a377caf4d8e69ee0b6af33861143902cce3c5f89.tar.gz gsoc2013-evolution-a377caf4d8e69ee0b6af33861143902cce3c5f89.tar.zst gsoc2013-evolution-a377caf4d8e69ee0b6af33861143902cce3c5f89.zip |
Removed. (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number of
* gui/alarm-notify/save.c (KEY_CALENDARS_TO_LOAD):
Removed.
(KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number of
calendars to load.
(BASE_KEY_CALENDAR_TO_LOAD): New base key name for the URIs of the
calendars to load.
(save_calendars_to_load): Rewrote to not use a sequence, to work
around an ORBit bug that causes bonobo-moniker-xmldb to crash.
(get_calendars_to_load): Likewise.
svn path=/trunk/; revision=14520
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d45ea462e7..4701b1bfcf 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2001-10-31 Ettore Perazzoli <ettore@ximian.com> + + * gui/alarm-notify/save.c (KEY_CALENDARS_TO_LOAD): + Removed. + (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number of + calendars to load. + (BASE_KEY_CALENDAR_TO_LOAD): New base key name for the URIs of the + calendars to load. + (save_calendars_to_load): Rewrote to not use a sequence, to work + around an ORBit bug that causes bonobo-moniker-xmldb to crash. + (get_calendars_to_load): Likewise. + 2001-10-30 Damon Chaplin <damon@ximian.com> * gui/dialogs/comp-editor.c (comp_editor_remove_page): disconnect |