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 acaa9f7f77361a87a7fcb79f8a37e7eebb7a9f34)
This commit is contained in:
parent
ae8568a2e0
commit
a85cddada0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user