Fix ghost infobar, if channel zap not possible because of recording

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1972 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: c253d606c7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-12-14 (Wed, 14 Dec 2011)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2011-12-14 13:34:25 +00:00
parent 8dc1d5f3e1
commit 5d14413dea

View File

@@ -1428,7 +1428,9 @@ int CChannelList::numericZap(int key)
if(SameTP(chanlist[chn]->channel_id)) {
zapTo( chn );
res = 0;
}
} else
g_InfoViewer->killTitle();
} else {
showInfo(tuned);
g_InfoViewer->killTitle();
@@ -1538,6 +1540,8 @@ void CChannelList::virtual_zap_mode(bool up)
g_InfoViewer->killTitle();
if(SameTP(chanlist[chn]->channel_id))
zapTo( chn );
else
g_InfoViewer->killTitle();
}
else
{