mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-11 07:31:03 +02:00
update glcd
Conflicts: src/gui/movieplayer.h src/gui/weather_locations.h src/neutrino.cpp
This commit is contained in:
@@ -184,6 +184,11 @@ int CUpnpBrowserGui::exec(CMenuTarget* parent, const std::string & /*actionKey*/
|
||||
CNeutrinoApp::getInstance()->stopPlayBack(true);
|
||||
m_frameBuffer->showFrame("mp3.jpg");
|
||||
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
cGLCD::MirrorOSD(false);
|
||||
cGLCD::lockChannel(g_Locale->getText(LOCALE_UPNPBROWSER_HEAD), "", 0);
|
||||
#endif
|
||||
|
||||
// tell neutrino we're in upnp mode
|
||||
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE , NeutrinoModes::mode_upnp);
|
||||
|
||||
@@ -207,6 +212,11 @@ int CUpnpBrowserGui::exec(CMenuTarget* parent, const std::string & /*actionKey*/
|
||||
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE , m_LastMode);
|
||||
g_RCInput->postMsg(NeutrinoMessages::SHOW_INFOBAR, 0);
|
||||
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
cGLCD::MirrorOSD(g_settings.glcd_mirror_osd);
|
||||
cGLCD::unlockChannel();
|
||||
#endif
|
||||
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user