[ekiga] Revert "Made ekiga compile with recent opal svn"
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Revert "Made ekiga compile with recent opal svn"
- Date: Wed, 2 Jun 2010 16:47:29 +0000 (UTC)
commit b1f97c6b5aba4d8f8f73b6e76c1705712965e91e
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Wed Jun 2 18:46:16 2010 +0200
Revert "Made ekiga compile with recent opal svn"
This reverts commit e446d985c10103f38be08fb133885a992abcd0fe.
The decision has been made that ekiga master builds on stable branch
for ptlib/opal, not trunk.
lib/engine/components/opal/opal-call.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-call.cpp b/lib/engine/components/opal/opal-call.cpp
index 1667876..985e98a 100644
--- a/lib/engine/components/opal/opal-call.cpp
+++ b/lib/engine/components/opal/opal-call.cpp
@@ -157,11 +157,11 @@ Opal::Call::toggle_hold ()
PSafePtr<OpalConnection> connection = get_remote_connection ();
if (connection != NULL) {
- on_hold = connection->IsOnHold (false);
+ on_hold = connection->IsConnectionOnHold (false);
if (!on_hold)
- connection->Hold (false, true);
+ connection->HoldConnection ();
else
- connection->Hold (false, false);
+ connection->RetrieveConnection ();
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]