[gnome-shell] system: Fix showing the default avatar when the user has none



commit 79dcb0359f838b448c07b1e826692520a0eca02c
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Aug 12 13:10:18 2013 -0400

    system: Fix showing the default avatar when the user has none
    
    grr typos
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705845

 js/ui/status/system.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/system.js b/js/ui/status/system.js
index 0384e9b..9b1c89d 100644
--- a/js/ui/status/system.js
+++ b/js/ui/status/system.js
@@ -145,7 +145,7 @@ const Indicator = new Lang.Class({
             let gicon = new Gio.FileIcon({ file: file });
             this._switchUserSubMenu.icon.gicon = gicon;
         } else {
-            this._switchUserSubMenu.icon_name = 'avatar-default-symbolic';
+            this._switchUserSubMenu.icon.icon_name = 'avatar-default-symbolic';
         }
     },
 


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