polkitAgent: Fix spinner

Commit 6af25b282c accidentally changed the case of the property.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/840


(cherry picked from commit acaa9f7f77)
This commit is contained in:
Florian Müllner 2019-11-21 21:01:21 +00:00 committed by Florian Müllner
parent ae8568a2e0
commit a85cddada0

View File

@ -105,7 +105,7 @@ var AuthenticationDialog = GObject.registerClass({
this._passwordBox.add(this._passwordEntry,
{ expand: true });
this._workspinner = new Animation.Spinner(WORK_SPINNER_ICON_SIZE, {
this._workSpinner = new Animation.Spinner(WORK_SPINNER_ICON_SIZE, {
animate: true,
});
this._passwordBox.add(this._workSpinner.actor);