diff options
author | Chris Toshok <toshok@ximian.com> | 2002-12-18 02:26:52 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-12-18 02:26:52 +0800 |
commit | 917e520bbe50ce58fb69d33438a580be487e96d8 (patch) | |
tree | 4fd3ed5fc40d91306aae7802a440353c72b1c3b9 /addressbook/ChangeLog | |
parent | 7adf0fe63f7f94b66b5d3f87df7b638be0338a96 (diff) | |
download | gsoc2013-evolution-917e520bbe50ce58fb69d33438a580be487e96d8.tar.gz gsoc2013-evolution-917e520bbe50ce58fb69d33438a580be487e96d8.tar.zst gsoc2013-evolution-917e520bbe50ce58fb69d33438a580be487e96d8.zip |
[ Fixes bug #35135 ] don't free the default_book_uri here, it's done in
2002-12-17 Chris Toshok <toshok@ximian.com>
[ Fixes bug #35135 ]
* backend/ebook/e-book-util.c (set_default_book_uri_local): don't
free the default_book_uri here, it's done in set_default_book_uri.
(set_default_book_uri): break some stuff out from
set_default_book_uri_from_bonobo_conf to here so it can be used
both from that function and the bonobo listener.
(default_folder_listener): set the new default book uri.
(set_default_book_uri_from_bonobo_conf): install the bonobo conf
listener so we'll get updates.
svn path=/trunk/; revision=19148
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 461c1f164c..862308eafe 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2002-12-17 Chris Toshok <toshok@ximian.com> + + [ Fixes bug #35135 ] + * backend/ebook/e-book-util.c (set_default_book_uri_local): don't + free the default_book_uri here, it's done in set_default_book_uri. + (set_default_book_uri): break some stuff out from + set_default_book_uri_from_bonobo_conf to here so it can be used + both from that function and the bonobo listener. + (default_folder_listener): set the new default book uri. + (set_default_book_uri_from_bonobo_conf): install the bonobo conf + listener so we'll get updates. + 2002-12-16 Ettore Perazzoli <ettore@ximian.com> * gui/component/addressbook-config.c |