* replace some whitespaces
* return error in case we could not get all values from JobConfig git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26822 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -197,7 +197,8 @@ BPrintJob::ConfigJob()
|
|||||||
|
|
||||||
delete fSetupMessage;
|
delete fSetupMessage;
|
||||||
fSetupMessage = messenger.Result();
|
fSetupMessage = messenger.Result();
|
||||||
_HandlePrintSetup(fSetupMessage);
|
if (!_HandlePrintSetup(fSetupMessage))
|
||||||
|
return B_ERROR;
|
||||||
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user