[ekiga/ds-opal-refactoring] CallCore: Added missing signal relay.



commit 608b0215f177916d9058f240470c8cf0f739eb32
Author: Damien Sandras <dsandras seconix com>
Date:   Sat Mar 28 16:53:59 2015 +0100

    CallCore: Added missing signal relay.

 lib/engine/protocol/call-core.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/protocol/call-core.cpp b/lib/engine/protocol/call-core.cpp
index d375049..d1fe2e6 100644
--- a/lib/engine/protocol/call-core.cpp
+++ b/lib/engine/protocol/call-core.cpp
@@ -206,4 +206,6 @@ void CallCore::on_missed_call (boost::shared_ptr<Call> call)
                                                                            boost::bind 
(&Ekiga::CallCore::dial, this, call->get_remote_uri ())));
     _notification_core->push_notification (notif);
   }
+
+  missed_call (call);
 }


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