mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
start_wizard: use a global enum; switch detection from bool to int
Origin commit data
------------------
Branch: ni/coolstream
Commit: af90286a30
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-15 (Fri, 15 May 2015)
Origin message was:
------------------
- start_wizard: use a global enum; switch detection from bool to int
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -59,7 +59,7 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
|
||||
COnOffNotifier* infobarHddNotifier;
|
||||
|
||||
int width;
|
||||
bool is_wizard;
|
||||
int is_wizard;
|
||||
int show_menu_hints;
|
||||
int show_tuner_icon;
|
||||
|
||||
@@ -95,13 +95,7 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
|
||||
INFOBAR_LOGO_SHADED
|
||||
};
|
||||
|
||||
enum OSD_SETUP_MODE
|
||||
{
|
||||
OSD_SETUP_MODE_WIZARD_NO = 0,
|
||||
OSD_SETUP_MODE_WIZARD = 1
|
||||
};
|
||||
|
||||
COsdSetup(bool wizard_mode = OSD_SETUP_MODE_WIZARD_NO);
|
||||
COsdSetup(int wizard_mode = SNeutrinoSettings::WIZARD_OFF);
|
||||
~COsdSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void * /*data*/);
|
||||
|
Reference in New Issue
Block a user