Util: use the right function name when reporting errors.

It's Main.notifyError, not Main.notifyProblem.

https://bugzilla.gnome.org/show_bug.cgi?id=645248
This commit is contained in:
Giovanni Campagna 2011-03-19 18:59:22 +01:00
parent 14e65168c9
commit 650f35c1f3

View File

@ -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: