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:
@@ -48,7 +48,7 @@
|
||||
|
||||
|
||||
|
||||
CSettingsManager::CSettingsManager(bool wizard_mode)
|
||||
CSettingsManager::CSettingsManager(int wizard_mode)
|
||||
{
|
||||
width = 40;
|
||||
is_wizard = wizard_mode;
|
||||
|
Reference in New Issue
Block a user