gui/channellist.cpp: fix selected after direct record

This commit is contained in:
[CST] Focus
2013-07-29 16:50:30 +04:00
parent c7e5bc6e20
commit 291a990be3

View File

@@ -667,9 +667,10 @@ int CChannelList::show()
if (!CRecordManager::getInstance()->Record(chanlist[selected]->channel_id)) { if (!CRecordManager::getInstance()->Record(chanlist[selected]->channel_id)) {
paintHead(); paintHead();
paint(); paint();
} else } else {
selected = oldselected;
loop=false; loop=false;
}
} }
} }
else if( msg == CRCInput::RC_stop ) { //stopp recording else if( msg == CRCInput::RC_stop ) { //stopp recording