mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user