mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
bouqueteditor_bouquets.cpp: skip rc_sat & rc_fav
This commit is contained in:
@@ -449,6 +449,8 @@ int CBEBouquetWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
|
|||||||
cancelMoveBouquet();
|
cancelMoveBouquet();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if((msg == CRCInput::RC_sat) || (msg == CRCInput::RC_favorites)) {
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
CNeutrinoApp::getInstance()->handleMsg( msg, data );
|
CNeutrinoApp::getInstance()->handleMsg( msg, data );
|
||||||
|
Reference in New Issue
Block a user