update: fix evaluation of int newfound

Origin commit data
------------------
Commit: 88ebe68b39
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- update: fix evaluation of int newfound
This commit is contained in:
vanhofen
2016-11-21 01:04:22 +01:00
parent 2e13b9647e
commit fb45e1d98c

View File

@@ -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