diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-04-13 15:24:32 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-04-13 15:24:32 +0800 |
commit | bb53ed6a7c9315f74330cb473636fb8a751695c0 (patch) | |
tree | b7a0f2d873bf6d9ee8c362dd6baa1866dc0d01d1 /ChangeLog | |
parent | 03de91fc551154b1db685c19faa4c051278d17e1 (diff) | |
download | gsoc2013-evolution-bb53ed6a7c9315f74330cb473636fb8a751695c0.tar gsoc2013-evolution-bb53ed6a7c9315f74330cb473636fb8a751695c0.tar.gz gsoc2013-evolution-bb53ed6a7c9315f74330cb473636fb8a751695c0.tar.bz2 gsoc2013-evolution-bb53ed6a7c9315f74330cb473636fb8a751695c0.tar.lz gsoc2013-evolution-bb53ed6a7c9315f74330cb473636fb8a751695c0.tar.xz gsoc2013-evolution-bb53ed6a7c9315f74330cb473636fb8a751695c0.tar.zst gsoc2013-evolution-bb53ed6a7c9315f74330cb473636fb8a751695c0.zip |
make sure to g_source_remove the idle id.
* addressbook/backend/pas/pas-backend-ldap.c
(view_destroy): make sure to g_source_remove the idle id.
svn path=/trunk/; revision=2415
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ function that polls ldap for more search responses. (pas_backend_ldap_search): use the async search interface and register an idle call to poll for the responses. + (view_destroy): make sure to g_source_remove the idle id. 2000-04-12 Chris Toshok <toshok@helixcode.com> |