diff options
author | Chris Toshok <toshok@ximian.com> | 2002-01-31 05:11:13 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-01-31 05:11:13 +0800 |
commit | f41e2fe50e08e52411d104f6e4aa26b31d0a9e86 (patch) | |
tree | 8690b51ec6fa6e799101046bb69937444287280e /addressbook/ChangeLog | |
parent | cbf51ec6f0b621c0752ed35d9c55a5a7a7e8a93f (diff) | |
download | gsoc2013-evolution-f41e2fe50e08e52411d104f6e4aa26b31d0a9e86.tar gsoc2013-evolution-f41e2fe50e08e52411d104f6e4aa26b31d0a9e86.tar.gz gsoc2013-evolution-f41e2fe50e08e52411d104f6e4aa26b31d0a9e86.tar.bz2 gsoc2013-evolution-f41e2fe50e08e52411d104f6e4aa26b31d0a9e86.tar.lz gsoc2013-evolution-f41e2fe50e08e52411d104f6e4aa26b31d0a9e86.tar.xz gsoc2013-evolution-f41e2fe50e08e52411d104f6e4aa26b31d0a9e86.tar.zst gsoc2013-evolution-f41e2fe50e08e52411d104f6e4aa26b31d0a9e86.zip |
compute the change db filename based on our contact db filename.
2002-01-30 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-file.c (pas_backend_file_changes):
compute the change db filename based on our contact db filename.
(pas_backend_file_load_uri): store the filename in
bf->priv->filename.
(pas_backend_file_destroy): free the filename, and (!) free
bf->priv too.
svn path=/trunk/; revision=15529
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index dfeb7a70e9..f7b8e5f16f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2002-01-30 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-file.c (pas_backend_file_changes): + compute the change db filename based on our contact db filename. + (pas_backend_file_load_uri): store the filename in + bf->priv->filename. + (pas_backend_file_destroy): free the filename, and (!) free + bf->priv too. + 2002-01-28 Jeffrey Stedfast <fejj@ximian.com> * backend/ebook/e-destination.c (e_destination_is_valid): Revert |