X-Git-Url: http://git.maemo.org/git/?p=jenirok;a=blobdiff_plain;f=src%2Fdaemon%2Fcalllistener.cpp;h=e73bf26b6f2f01363b583bd2126c244dd2d76b34;hp=0938fb8fa39a1d22e94d30b7ea6f4333a7d0f6a1;hb=d97cbb873b74e7a9a9ecf3363a14d8a33a251cdc;hpb=99cc5426ffa010cd2b6a871886b210faac34f69d diff --git a/src/daemon/calllistener.cpp b/src/daemon/calllistener.cpp index 0938fb8..e73bf26 100644 --- a/src/daemon/calllistener.cpp +++ b/src/daemon/calllistener.cpp @@ -164,6 +164,8 @@ void CallListener::requestFinished(QVector const& results, cm.disconnect(true); }*/ + qDebug() << "Request finished"; + // If box is not visible, the call must have been terminated already if(!initialized_ || !box_->isVisible() || !currentCall_) { @@ -426,6 +428,7 @@ bool CallListener::handleConnection() if(cm.isConnected()) { + cm.connect(); closeConnection_ = false; return true; }