mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
CShellWindow: evaluate error output for plausible message output
Origin commit data
------------------
Commit: 14779cce55
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-24 (Mon, 24 Nov 2014)
This commit is contained in:
@@ -212,11 +212,12 @@ void CShellWindow::showResult()
|
||||
btn.paint();
|
||||
}
|
||||
else if (mode & ACKNOWLEDGE_MSG){
|
||||
if (*res == -1)
|
||||
if (*res != 0){
|
||||
DisplayErrorMessage("Please press button");
|
||||
else
|
||||
}else{
|
||||
DisplayInfoMessage("...ready. Please press OK");
|
||||
exit = true;
|
||||
exit = true;
|
||||
}
|
||||
}
|
||||
|
||||
neutrino_msg_t msg;
|
||||
|
Reference in New Issue
Block a user