gui/channellist.cpp: fix selected after direct record

Origin commit data
------------------
Commit: 291a990be3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-29 (Mon, 29 Jul 2013)
This commit is contained in:
[CST] Focus
2013-07-29 16:50:30 +04:00
parent f56386f0a3
commit caa9cd7e5d

View File

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