ekiga r7163 - in branches/gnome-2-24: . lib/engine/addressbook/ldap
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7163 - in branches/gnome-2-24: . lib/engine/addressbook/ldap
- Date: Mon, 6 Oct 2008 19:33:19 +0000 (UTC)
Author: jpuydt
Date: Mon Oct 6 19:33:19 2008
New Revision: 7163
URL: http://svn.gnome.org/viewvc/ekiga?rev=7163&view=rev
Log:
Applied patch from Howard Chu, fixing bug #555191.
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/lib/engine/addressbook/ldap/ldap-book.cpp
Modified: branches/gnome-2-24/lib/engine/addressbook/ldap/ldap-book.cpp
==============================================================================
--- branches/gnome-2-24/lib/engine/addressbook/ldap/ldap-book.cpp (original)
+++ branches/gnome-2-24/lib/engine/addressbook/ldap/ldap-book.cpp Mon Oct 6 19:33:19 2008
@@ -430,7 +430,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
@@ -526,7 +526,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]