mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
ENABLE_GUI_MOUNT: globalize
Origin commit data
------------------
Branch: ni/coolstream
Commit: ad20474050
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-27 (Mon, 27 May 2013)
Origin message was:
------------------
- ENABLE_GUI_MOUNT: globalize
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -45,7 +45,10 @@
|
||||
#include <driver/rcinput.h>
|
||||
|
||||
#include <gui/audiomute.h>
|
||||
|
||||
#ifdef ENABLE_GUI_MOUNT
|
||||
#include <gui/nfs.h>
|
||||
#endif
|
||||
|
||||
#include <gui/components/cc_frm.h>
|
||||
#include <gui/widget/buttons.h>
|
||||
@@ -561,6 +564,7 @@ int CPictureViewerGui::show()
|
||||
if (!playlist.empty())
|
||||
view(selected, true);
|
||||
}
|
||||
#ifdef ENABLE_GUI_MOUNT
|
||||
else if (msg==CRCInput::RC_setup)
|
||||
{
|
||||
if (m_state==MENU)
|
||||
@@ -571,6 +575,7 @@ int CPictureViewerGui::show()
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8, g_Locale->getText(LOCALE_PICTUREVIEWER_HEAD));
|
||||
}
|
||||
}
|
||||
#endif
|
||||
else if (((msg==CRCInput::RC_plus) || (msg==CRCInput::RC_minus)) && decodeTflag)
|
||||
{
|
||||
// FIXME: do not accept volume-keys while decoding
|
||||
|
Reference in New Issue
Block a user