Fix display volumebar when channellist is visible

This commit is contained in:
M. Liebmann
2014-01-28 12:54:07 +01:00
parent da2738cd9e
commit 65859318d0
3 changed files with 8 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ private:
int radiosort[LIST_MODE_LAST];
CMoviePluginChangeExec *MoviePluginChanger;
bool channellist_visible;
void SDT_ReloadChannels();
void setupNetwork( bool force= false );
@@ -211,6 +212,7 @@ public:
void stopDaemonsForFlash();
int showChannelList(const neutrino_msg_t msg, bool from_menu = false);
CPersonalizeGui & getPersonalizeGui() { return personalize; }
bool getChannellistIsVisible() { return channellist_visible; }
};
#endif