diff --git a/mozilla/xpfe/appshell/src/nsAppShellService.cpp b/mozilla/xpfe/appshell/src/nsAppShellService.cpp index d8b5d0ad934..592ba1b797a 100644 --- a/mozilla/xpfe/appshell/src/nsAppShellService.cpp +++ b/mozilla/xpfe/appshell/src/nsAppShellService.cpp @@ -1131,6 +1131,8 @@ nsAppShellService::LaunchTask(const char *aParam, PRInt32 height, PRInt32 width, nsAutoString cmdArgs; cmdArgs.AssignWithConversion(args); rv = OpenWindow(chromeUrlForTask, cmdArgs, height, width); } + else + rv = NS_ERROR_FAILURE; } // any failure case, do what we used to do: