From b1de312713dda51d614a6f65c4ce5dea469fb8c1 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 21 Feb 2014 19:01:54 +0100 Subject: [PATCH] Work on updating... --- src/gui/formupdate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/formupdate.cpp b/src/gui/formupdate.cpp index 4ec4e2e12..b693593c9 100755 --- a/src/gui/formupdate.cpp +++ b/src/gui/formupdate.cpp @@ -54,7 +54,7 @@ void FormUpdate::checkForUpdates() { m_ui->m_lblAvailableRelease->setText(update.first.m_availableVersion); m_ui->m_txtChanges->setText(update.first.m_changes); - if (update.first.m_availableVersion <= APP_VERSION) { + if (update.first.m_availableVersion > APP_VERSION) { #if defined(Q_OS_WIN) || defined(Q_OS_OS2) m_ui->m_lblStatus->setStatus(WidgetWithStatus::Ok, tr("New release available."),