mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +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:
@@ -764,6 +764,12 @@ struct SNeutrinoSettings
|
||||
INFOBAR_PROGRESSBAR_ARRANGEMENT_BETWEEN_EVENTS = 3
|
||||
}INFOBAR_PROGRESSBAR_ARRANGEMENT_TYPES;
|
||||
|
||||
enum WIZARD_MODES
|
||||
{
|
||||
WIZARD_OFF = 0,
|
||||
WIZARD_START = 1,
|
||||
WIZARD_ON = 2
|
||||
};
|
||||
};
|
||||
|
||||
/* some default Values */
|
||||
|
Reference in New Issue
Block a user