aboutsummaryrefslogtreecommitdiff
path: root/src/syldap.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-12-18 02:07:36 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-12-18 02:07:36 +0000
commit8b84b2d0c6973a69621fa1e5f9302c2206cb1eda (patch)
tree8205a91da05c28e965efad0c961cb2228019a144 /src/syldap.c
parentb700d3b1456e601cc0f41b7116c44a400c769e57 (diff)
fixed warnings again.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1927 ee746299-78ed-0310-b773-934348b2243d
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);