diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-05 18:13:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-05 18:13:56 +0800 |
commit | 01bb1668503dd8e5d85aef8830dd1b04ea3e8726 (patch) | |
tree | 22e3a1d5496efb148e13b746dba98f9a462eaa6c /mail/ChangeLog | |
parent | 9c28295de36c8c18c01c5c7846566526cee7f1ac (diff) | |
download | gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar.gz gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar.bz2 gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar.lz gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar.xz gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar.zst gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.zip |
Update the calls to `evolution_storage_new()' according to the new
API in `libeshell'.
Sorry for breaking the build. :-(
svn path=/trunk/; revision=6788
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3f17c52faf..df1cab5af2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-12-05 Ettore Perazzoli <ettore@helixcode.com> + + * mail-vfolder.c (vfolder_create_storage): Updated the call to + `evolution_storage_new()': pass NULL for @toplevel_node_uri. + + * component-factory.c (add_storage): Updated the call to + `evolution_storage_new()': pass NULL for @toplevel_node_uri. + 2000-12-04 Jeffrey Stedfast <fejj@helixcode.com> * subscribe-dialog.c (setup_subscribe_folder): Use info->full_name |