ekiga r7156 - in trunk: . lib/engine/addressbook/ldap
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7156 - in trunk: . lib/engine/addressbook/ldap
- Date: Mon, 6 Oct 2008 09:34:00 +0000 (UTC)
Author: jpuydt
Date: Mon Oct 6 09:34:00 2008
New Revision: 7156
URL: http://svn.gnome.org/viewvc/ekiga?rev=7156&view=rev
Log:
Applied patch from Howard Chu, fixing bug #555191.
Modified:
trunk/ChangeLog
trunk/lib/engine/addressbook/ldap/ldap-book.cpp
Modified: trunk/lib/engine/addressbook/ldap/ldap-book.cpp
==============================================================================
--- trunk/lib/engine/addressbook/ldap/ldap-book.cpp (original)
+++ trunk/lib/engine/addressbook/ldap/ldap-book.cpp Mon Oct 6 09:34:00 2008
@@ -424,7 +424,7 @@
updated.emit ();
patience = 3;
- runtime.run_in_main (sigc::mem_fun (this, &OPENLDAP::Book::refresh_bound), 3);
+ runtime.run_in_main (sigc::mem_fun (this, &OPENLDAP::Book::refresh_bound), 0);
}
void
@@ -520,7 +520,7 @@
}
patience = 3;
- runtime.run_in_main (sigc::mem_fun (this, &OPENLDAP::Book::refresh_result), 3);
+ runtime.run_in_main (sigc::mem_fun (this, &OPENLDAP::Book::refresh_result), 0);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]