diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-27 13:27:40 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-27 13:27:40 +0800 |
commit | dfd9f8393301adb59d6ca71de6f6191c838c4a39 (patch) | |
tree | 571e734c87c0f830fd7df576fe0e35444a529375 /addressbook/ChangeLog | |
parent | 04dd6641755b4e64506799b284b4959c2f99659e (diff) | |
download | gsoc2013-evolution-dfd9f8393301adb59d6ca71de6f6191c838c4a39.tar.gz gsoc2013-evolution-dfd9f8393301adb59d6ca71de6f6191c838c4a39.tar.zst gsoc2013-evolution-dfd9f8393301adb59d6ca71de6f6191c838c4a39.zip |
Added paranoid reentrancy guards. (pas_book_queue_request): Changed our
2001-10-27 Jon Trowbridge <trow@ximian.com>
* backend/pas/pas-book.c (pas_book_check_queue): Added paranoid
reentrancy guards.
(pas_book_queue_request): Changed our idle handler into a timeout,
so as to work w/ reentrancy guards.
(pas_book_init): Explicit initialization.
svn path=/trunk/; revision=14202
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e4169c4c7e..b20e9f2974 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2001-10-27 Jon Trowbridge <trow@ximian.com> + + * backend/pas/pas-book.c (pas_book_check_queue): Added paranoid + reentrancy guards. + (pas_book_queue_request): Changed our idle handler into a timeout, + so as to work w/ reentrancy guards. + (pas_book_init): Explicit initialization. + 2001-10-26 Chris Toshok <toshok@ximian.com> * gui/component/addressbook.h: add prototypes for |