mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
Audioplayer: Remove special handling for display mute icon
- Supplement to5aa9f6a272
Origin commit data ------------------ Commit:1c3ee43410
Author: Michael Liebmann <tuxcode.bbg@gmail.com> Date: 2013-11-04 (Mon, 04 Nov 2013)
This commit is contained in:
@@ -98,11 +98,9 @@ int CMediaPlayerMenu::exec(CMenuTarget* parent, const std::string &actionKey)
|
|||||||
}
|
}
|
||||||
else if (actionKey == "inetplayer")
|
else if (actionKey == "inetplayer")
|
||||||
{
|
{
|
||||||
audiomute->enableMuteIcon(false);
|
|
||||||
if (inetPlayer == NULL)
|
if (inetPlayer == NULL)
|
||||||
inetPlayer = new CAudioPlayerGui(true);
|
inetPlayer = new CAudioPlayerGui(true);
|
||||||
int res = inetPlayer->exec(NULL, "init");
|
int res = inetPlayer->exec(NULL, "init");
|
||||||
audiomute->enableMuteIcon(true);
|
|
||||||
return res; //menu_return::RETURN_REPAINT;
|
return res; //menu_return::RETURN_REPAINT;
|
||||||
}
|
}
|
||||||
else if (actionKey == "movieplayer")
|
else if (actionKey == "movieplayer")
|
||||||
|
Reference in New Issue
Block a user