diff --git a/src/updater/ocupdater.cpp b/src/updater/ocupdater.cpp index 797d691749..e0f7c27955 100644 --- a/src/updater/ocupdater.cpp +++ b/src/updater/ocupdater.cpp @@ -352,7 +352,7 @@ void PassiveUpdateNotifier::versionInfoArrived(const UpdateInfo &info) { if( info.version().isEmpty() || Helper::stringVersionToInt(info.version()) - >= Helper::stringVersionToInt(info.version())) + >= Helper::currentVersionToInt() ) { qDebug() << "Client is on latest version!"; setDownloadState(UpToDate);