gui/channellist.cpp: fix selected after direct record

Origin commit data
------------------
Branch: ni/coolstream
Commit: 291a990be3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-29 (Mon, 29 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-07-29 16:50:30 +04:00
parent 1c22399b0d
commit e5e653b417

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