polkitAgent: Fix spinner

Commit 6af25b282c accidentally changed the case of the property.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/840
This commit is contained in:
Florian Müllner 2019-11-21 22:01:21 +01:00
parent b779f6f728
commit acaa9f7f77

View File

@ -103,7 +103,7 @@ var AuthenticationDialog = GObject.registerClass({
GObject.BindingFlags.SYNC_CREATE);
this._passwordBox.add_child(this._passwordEntry);
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);