diff --git a/src/librssguard/miscellaneous/application.cpp b/src/librssguard/miscellaneous/application.cpp index 4c3df605c..41112e29b 100644 --- a/src/librssguard/miscellaneous/application.cpp +++ b/src/librssguard/miscellaneous/application.cpp @@ -603,7 +603,7 @@ void Application::onAboutToQuit() { qDebugNN << LOGSEC_CORE << "Killing local peer connection to allow another instance to start."; if (QProcess::startDetached(QDir::toNativeSeparators(applicationFilePath()), - arguments())) { + arguments().mid(1))) { qDebugNN << LOGSEC_CORE << "New application instance was started."; } else {