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