diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-01-10 19:09:07 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-01-10 19:09:07 +0800 |
commit | 25f5e0831b30fd2aa55a3cedcc444cdeb9b37889 (patch) | |
tree | d0a981b42e6ca37b980f629d6a12045ab7f9e86b /calendar/ChangeLog | |
parent | 25364488bb4d8ecb5313025e4b915dbc1de10ffa (diff) | |
download | gsoc2013-evolution-25f5e0831b30fd2aa55a3cedcc444cdeb9b37889.tar.gz gsoc2013-evolution-25f5e0831b30fd2aa55a3cedcc444cdeb9b37889.tar.zst gsoc2013-evolution-25f5e0831b30fd2aa55a3cedcc444cdeb9b37889.zip |
Modified cal-attachment-bar to allow the path to the local attachment
* gui/dialogs/cal-attachment-bar.[ch]: (destroy), (init),
(cal_attachment_bar_set_local_attachment_store),
(cal_attachment_bar_get_attachment_list),
(cal_attachment_bar_get_nth_attachment_filename),
(cal_attachment_bar_set_attachment_list):
Modified cal-attachment-bar to allow the path to
the local attachment store be set externally, thereby
hiding the storage policy of different backends from it.
* gui/dialogs/comp-editor.c:
* (real_edit_comp): set the local attachment store after obtaining it from
the calendar.
svn path=/trunk/; revision=28311
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 21b279b628..81483923b5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2005-01-10 Harish Krishnaswamy <kharish@novell.com> + + * gui/dialogs/cal-attachment-bar.[ch]: (destroy), (init), + (cal_attachment_bar_set_local_attachment_store), + (cal_attachment_bar_get_attachment_list), + (cal_attachment_bar_get_nth_attachment_filename), + (cal_attachment_bar_set_attachment_list): + Modified cal-attachment-bar to allow the path to + the local attachment store be set externally, thereby + hiding the storage policy of different backends from it. + * gui/dialogs/comp-editor.c: (real_edit_comp): + set the local attachment store after obtaining it from + the calendar. + 2005-01-09 JP Rosevear <jpr@novell.com> * gui/calendar-component.c (impl_handleURI): handle calendar:// |