[ekiga] OpalCall: Emit setup after the actual setup.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] OpalCall: Emit setup after the actual setup.
- Date: Tue, 30 Dec 2014 17:08:31 +0000 (UTC)
commit d60ba3c9308c624165451b514ce612ec2b72e23a
Author: Damien Sandras <dsandras seconix com>
Date: Tue Dec 30 17:28:44 2014 +0100
OpalCall: Emit setup after the actual setup.
lib/engine/components/opal/opal-call.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-call.cpp b/lib/engine/components/opal/opal-call.cpp
index 7aab429..0005b8d 100644
--- a/lib/engine/components/opal/opal-call.cpp
+++ b/lib/engine/components/opal/opal-call.cpp
@@ -605,10 +605,10 @@ Opal::Call::OnSetUp (OpalConnection & connection)
parse_info (connection);
call_setup = true;
- Ekiga::Runtime::run_in_main (boost::bind (&Opal::Call::emit_setup_in_main, this));
-
new CallSetup (*this, connection);
+ Ekiga::Runtime::run_in_main (boost::bind (&Opal::Call::emit_setup_in_main, this));
+
return true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]