Fix CContextNetworkProxy::parseCommandLine calling wrong DBus method

This commit is contained in:
Roland Winklmeier
2015-05-25 15:43:27 +02:00
parent ee0bfd62fa
commit 141d256306

View File

@@ -250,7 +250,7 @@ namespace BlackCore
bool CContextNetworkProxy::parseCommandLine(const QString &commandLine, const COriginator &originator)
{
return this->m_dBusInterface->callDBusRet<bool>(QLatin1Literal("commandLineEntered"), commandLine, originator);
return this->m_dBusInterface->callDBusRet<bool>(QLatin1Literal("parseCommandLine"), commandLine, originator);
}
void CContextNetworkProxy::sendTextMessages(const CTextMessageList &textMessages)