aboutsummaryrefslogtreecommitdiff
path: root/src/syldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syldap.c')
-rw-r--r--src/syldap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syldap.c b/src/syldap.c
index c8930112..036ea643 100644
--- a/src/syldap.c
+++ b/src/syldap.c
@@ -641,7 +641,6 @@ static gboolean syldap_display_search_results(SyldapServer *ldapServer)
{
/* NOTE: when this function is called the accompanying thread should
* already be terminated. */
- gtk_idle_remove(ldapServer->idleId);
ldapServer->callBack(ldapServer);
/* FIXME: match should know whether to free this SyldapServer stuff. */
g_free(ldapServer->thread);