mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
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
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user