[gnome-shell/gnome-3-34] polkitAgent: Fix spinner



commit a85cddada03705bd72056f8febeb277d5da9002c
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Nov 21 21:01:21 2019 +0000

    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)

 js/ui/components/polkitAgent.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/components/polkitAgent.js b/js/ui/components/polkitAgent.js
index 991927c8ae..e28bcec4a9 100644
--- a/js/ui/components/polkitAgent.js
+++ b/js/ui/components/polkitAgent.js
@@ -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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]