From 5c59eb38cf9c5e8f883c8fbedf41edbade10ad53 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 21 Nov 2016 01:04:22 +0100 Subject: [PATCH] update: fix evaluation of int newfound Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/88ebe68b39e6448bb12f199f03c0b28a011f146d Author: vanhofen Date: 2016-11-21 (Mon, 21 Nov 2016) Origin message was: ------------------ - update: fix evaluation of int newfound ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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