mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue