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:
parent
b779f6f728
commit
acaa9f7f77
@ -103,7 +103,7 @@ var AuthenticationDialog = GObject.registerClass({
|
|||||||
GObject.BindingFlags.SYNC_CREATE);
|
GObject.BindingFlags.SYNC_CREATE);
|
||||||
this._passwordBox.add_child(this._passwordEntry);
|
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,
|
animate: true,
|
||||||
});
|
});
|
||||||
this._passwordBox.add(this._workSpinner);
|
this._passwordBox.add(this._workSpinner);
|
||||||
|
Loading…
Reference in New Issue
Block a user