Origin commit data
------------------
Commit: 153445d5c4
Author: FlatTV <FlatTV@gmx.de>
Date: 2016-12-25 (Sun, 25 Dec 2016)
This commit is contained in:
FlatTV
2016-12-25 13:44:29 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -494,7 +494,7 @@ int CStringInput::exec( CMenuTarget* parent, const std::string & )
}
else if ( (msg==CRCInput::RC_home) || (msg==CRCInput::RC_timeout) )
{
if ((*valueString != oldval) &&
if ((trim (*valueString) != oldval) &&
(ShowMsg(title, LOCALE_MESSAGEBOX_DISCARD, CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbCancel) == CMsgBox::mbrCancel)) {
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU] == 0 ? 0xFFFF : g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
continue;