polkitAgent: Fix spinner
Commit6af25b282c
accidentally changed the case of the property. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/840 (cherry picked from commitacaa9f7f77
)
This commit is contained in:
parent
ae8568a2e0
commit
a85cddada0
@ -105,7 +105,7 @@ var AuthenticationDialog = GObject.registerClass({
|
|||||||
this._passwordBox.add(this._passwordEntry,
|
this._passwordBox.add(this._passwordEntry,
|
||||||
{ expand: true });
|
{ expand: true });
|
||||||
|
|
||||||
this._workspinner = new Animation.Spinner(WORK_SPINNER_ICON_SIZE, {
|
this._workSpinner = new Animation.Spinner(WORK_SPINNER_ICON_SIZE, {
|
||||||
animate: true,
|
animate: true,
|
||||||
});
|
});
|
||||||
this._passwordBox.add(this._workSpinner.actor);
|
this._passwordBox.add(this._workSpinner.actor);
|
||||||
|
Loading…
Reference in New Issue
Block a user