SSH: Add isConnected(), allow redundant calls to start().

This commit is contained in:
ck
2010-05-20 16:02:58 +02:00
parent b6d7f55b05
commit c6ef899659
3 changed files with 20 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ void AbstractMaemoRunControl::handleInitialCleanupFinished()
emit appendMessage(this, tr("Initial cleanup canceled by user."), false);
emit finished();
} else if (m_initialCleaner->hasError()) {
handleError(tr("Error running initial cleanup: %1.")
handleError(tr("Error running initial cleanup: %1")
.arg(m_initialCleaner->error()));
emit finished();
} else {