mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
fix display error with empty timerlist -> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p136711-anzeige-bugs/#post136711
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1932 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 33aeb7d5a4
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-12-02 (Fri, 02 Dec 2011)
Origin message was:
------------------
- fix display error with empty timerlist -> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p136711-anzeige-bugs/#post136711
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1932 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -519,7 +519,8 @@ int CTimerList::show()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ( ( msg == CRCInput::RC_timeout ) ||
|
else if ( ( msg == CRCInput::RC_timeout ) ||
|
||||||
( msg == CRCInput::RC_home) || (msg == CRCInput::RC_left) )
|
( msg == CRCInput::RC_home) || (msg == CRCInput::RC_left) ||
|
||||||
|
(( msg == CRCInput::RC_ok) && (timerlist.empty())) )
|
||||||
{ //Exit after timeout or cancel key
|
{ //Exit after timeout or cancel key
|
||||||
if ( fadeIn ) {
|
if ( fadeIn ) {
|
||||||
g_RCInput->killTimer(fadeTimer);
|
g_RCInput->killTimer(fadeTimer);
|
||||||
|
Reference in New Issue
Block a user