evolution-exchange r1848 - in trunk: . addressbook



Author: abharath
Date: Tue Dec 23 10:43:32 2008
New Revision: 1848
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1848&view=rev

Log:
2008-12-23  Ashish Shrivastava  <shashish novell com>

        ** Part of fix for bug #441712 (bnc)

        * addressbook/e-book-backend-gal.c:
        Exchange fix for GAL issue while loading for bug #441712.
        Unlocking the mutex.


Modified:
   trunk/ChangeLog
   trunk/addressbook/e-book-backend-gal.c

Modified: trunk/addressbook/e-book-backend-gal.c
==============================================================================
--- trunk/addressbook/e-book-backend-gal.c	(original)
+++ trunk/addressbook/e-book-backend-gal.c	Tue Dec 23 10:43:32 2008
@@ -2142,6 +2142,7 @@
 					rc = parse_page_control (bl->priv->ldap, msg, &cookie);
 				}
 
+				g_mutex_unlock (bl->priv->ldap_lock);
 				goto done;
 			}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]