mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
follow-up patch for rev. 1909
- fix warning in moviebrowser.cpp
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1918 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: ebcf2dd3f1
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-11-27 (Sun, 27 Nov 2011)
Origin message was:
------------------
- follow-up patch for rev. 1909
- fix warning in moviebrowser.cpp
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1918 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <driver/rcinput.h>
|
||||
|
||||
CMountChooser::CMountChooser(const neutrino_locale_t Name, const std::string & Icon, int * chosenIndex, char * chosenLocalDir, const char * const selectedLocalDir, const int mwidth, const int mheight)
|
||||
CMountChooser::CMountChooser(const neutrino_locale_t Name, const std::string & Icon, int * chosenIndex, char * chosenLocalDir, const char * const selectedLocalDir, const int mwidth)
|
||||
: CMenuWidget(Name, Icon,mwidth,mheight), index(chosenIndex), localDir(chosenLocalDir)
|
||||
{
|
||||
char indexStr[2];
|
||||
|
@@ -56,7 +56,7 @@ class CMountChooser : public CMenuWidget
|
||||
|
||||
public:
|
||||
|
||||
CMountChooser(const neutrino_locale_t Name, const std::string & Icon = "", int * chosenIndex = NULL, char * chosenLocalDir = NULL, const char * const selectedLocalDir = "", const int mwidth = 80, const int mheight = 576);
|
||||
CMountChooser(const neutrino_locale_t Name, const std::string & Icon = "", int * chosenIndex = NULL, char * chosenLocalDir = NULL, const char * const selectedLocalDir = "", const int mwidth = 80);
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
void setSelectedItem(int selection);
|
||||
|
||||
|
Reference in New Issue
Block a user