mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
neutrino.cpp: fix crash in start wizard on volume +/-
Origin commit data
------------------
Commit: ac9bd0bfd9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
This commit is contained in:
@@ -1884,6 +1884,8 @@ TIMER_START();
|
||||
|
||||
InitTimerdClient();
|
||||
|
||||
g_volume = CVolume::getInstance();
|
||||
|
||||
if (show_startwizard) {
|
||||
hintBox->hide();
|
||||
CStartUpWizard startwizard;
|
||||
@@ -1903,7 +1905,6 @@ TIMER_START();
|
||||
hdd->exec(NULL, "");
|
||||
delete hdd;
|
||||
|
||||
g_volume = CVolume::getInstance();
|
||||
cCA::GetInstance()->Ready(true);
|
||||
InitZapper();
|
||||
|
||||
|
Reference in New Issue
Block a user