polkitAgent: Fix ReferenceError exception

Introduced in commit 593b4318a. The "message" variable was renamed
everywhere, except where it's defined.
This commit is contained in:
Carlos Garnacho 2017-07-16 21:24:30 +02:00
parent d220e353e0
commit 59a70fbc63

View File

@ -31,7 +31,7 @@ const AuthenticationDialog = new Lang.Class({
Name: 'AuthenticationDialog',
Extends: ModalDialog.ModalDialog,
_init: function(actionId, message, cookie, userNames) {
_init: function(actionId, body, cookie, userNames) {
this.parent({ styleClass: 'prompt-dialog' });
this.actionId = actionId;