polkitAgent: Fix a typo of a signal name

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/788
This commit is contained in:
Jonas Dreßler 2019-06-23 11:40:42 +02:00 committed by Florian Müllner
parent 19bb459a57
commit 23cc59f52a

View File

@ -52,7 +52,7 @@ var AuthenticationDialog = GObject.registerClass({
this._user = AccountsService.UserManager.get_default().get_user(userName);
let userRealName = this._user.get_real_name();
this._userLoadedId = this._user.connect('notify::is_loaded',
this._userLoadedId = this._user.connect('notify::is-loaded',
this._onUserChanged.bind(this));
this._userChangedId = this._user.connect('changed',
this._onUserChanged.bind(this));