diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-05-01 08:14:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-05-01 08:14:39 +0800 |
commit | 702ede3d4dc1a9046264e7a5ac31da3b1d25b942 (patch) | |
tree | f36eb83b926c57f6169ba5988f54af023ce7533e /addressbook/ChangeLog | |
parent | 90dd8d4336078364aaaebbf709fa52b9f707f57f (diff) | |
download | gsoc2013-evolution-702ede3d4dc1a9046264e7a5ac31da3b1d25b942.tar gsoc2013-evolution-702ede3d4dc1a9046264e7a5ac31da3b1d25b942.tar.gz gsoc2013-evolution-702ede3d4dc1a9046264e7a5ac31da3b1d25b942.tar.bz2 gsoc2013-evolution-702ede3d4dc1a9046264e7a5ac31da3b1d25b942.tar.lz gsoc2013-evolution-702ede3d4dc1a9046264e7a5ac31da3b1d25b942.tar.xz gsoc2013-evolution-702ede3d4dc1a9046264e7a5ac31da3b1d25b942.tar.zst gsoc2013-evolution-702ede3d4dc1a9046264e7a5ac31da3b1d25b942.zip |
create the book listener here, since it's destroyed in unload_uri.
* backend/ebook/e-book.c (e_book_load_uri): create the book
listener here, since it's destroyed in unload_uri.
(e_book_construct): remove the book listener construction here.
svn path=/trunk/; revision=2699
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 31dfc61e5d..9861c23da5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-04-30 Chris Toshok <toshok@helixcode.com> + + * backend/ebook/e-book.c (e_book_load_uri): create the book + listener here, since it's destroyed in unload_uri. + (e_book_construct): remove the book listener construction here. + 2000-04-30 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/.cvsignore: Added load-pine-addressbook. |