From 88ebe68b39e6448bb12f199f03c0b28a011f146d Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 21 Nov 2016 01:04:22 +0100 Subject: [PATCH] - update: fix evaluation of int newfound --- src/gui/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index 503b6be55..3bb5e4894 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -304,7 +304,7 @@ bool CFlashUpdate::selectHttpImage(void) return false; } if (notify) { - if(!newfound) + if(newfound) ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_FLASHUPDATE_NEW_FOUND, CMsgBox::mbrOk, CMsgBox::mbOk, NEUTRINO_ICON_INFO, MSGBOX_MIN_WIDTH, 6 ); #if 0 else