diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-02-21 06:35:19 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-02-21 06:35:19 +0800 |
commit | f9a92db9a9b72e9e65f59f20469cc72e6c84186f (patch) | |
tree | 0202266b7bd093a40eb9aed7f334907f3ea45a6e /addressbook/ChangeLog | |
parent | 3be64e5b653331f72e2431d81336b740acbe2d97 (diff) | |
download | gsoc2013-evolution-f9a92db9a9b72e9e65f59f20469cc72e6c84186f.tar gsoc2013-evolution-f9a92db9a9b72e9e65f59f20469cc72e6c84186f.tar.gz gsoc2013-evolution-f9a92db9a9b72e9e65f59f20469cc72e6c84186f.tar.bz2 gsoc2013-evolution-f9a92db9a9b72e9e65f59f20469cc72e6c84186f.tar.lz gsoc2013-evolution-f9a92db9a9b72e9e65f59f20469cc72e6c84186f.tar.xz gsoc2013-evolution-f9a92db9a9b72e9e65f59f20469cc72e6c84186f.tar.zst gsoc2013-evolution-f9a92db9a9b72e9e65f59f20469cc72e6c84186f.zip |
Moved the register_factory() code to here, since it was the only thing
2001-02-20 Federico Mena Quintero <federico@ximian.com>
* backend/pas/pas-book-factory.c (pas_book_factory_activate):
Moved the register_factory() code to here, since it was the only
thing being called anyways.
(PasBookFactoryPrivate): Added a "registered" flag.
(pas_book_factory_activate): Set the registered flag.
(pas_book_factory_destroy): Deactivate the factory when we go away.
svn path=/trunk/; revision=8307
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 4d13b3f592..6e875fc5b4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2001-02-20 Federico Mena Quintero <federico@ximian.com> + + * backend/pas/pas-book-factory.c (pas_book_factory_activate): + Moved the register_factory() code to here, since it was the only + thing being called anyways. + (PasBookFactoryPrivate): Added a "registered" flag. + (pas_book_factory_activate): Set the registered flag. + (pas_book_factory_destroy): Deactivate the factory when we go away. + 2001-02-20 Chris Toshok <toshok@ximian.com> * backend/ebook/e-book.c (e_book_get_supported_fields): new function. |