polkitAgent: Fix ReferenceError exception
Introduced in commit 593b4318a
. The "message" variable was renamed
everywhere, except where it's defined.
This commit is contained in:
parent
d220e353e0
commit
59a70fbc63
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user