diff --git a/js/misc/util.js b/js/misc/util.js index 1112bef21..e22811716 100644 --- a/js/misc/util.js +++ b/js/misc/util.js @@ -104,7 +104,7 @@ function trySpawnCommandLine(command_line) { function _handleSpawnError(command, err) { let title = _("Execution of '%s' failed:").format(command); - Main.notifyProblem(title, err.message); + Main.notifyError(title, err.message); } // killall: