mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
gui/zapit_setup.cpp: filter bouquets channels,
fix return values to close all menus on menu key
This commit is contained in:
@@ -37,7 +37,7 @@ private:
|
||||
|
||||
int width;
|
||||
|
||||
void showMenu();
|
||||
int showMenu();
|
||||
|
||||
public:
|
||||
CZapitSetup();
|
||||
@@ -49,7 +49,7 @@ class CSelectChannelWidget : public CMenuWidget
|
||||
{
|
||||
private:
|
||||
int width;
|
||||
void InitZapitChannelHelper(CZapitClient::channelsMode mode);
|
||||
int InitZapitChannelHelper(CZapitClient::channelsMode mode);
|
||||
|
||||
public:
|
||||
CSelectChannelWidget();
|
||||
|
Reference in New Issue
Block a user