system: Fix showing the default avatar when the user has none
grr typos https://bugzilla.gnome.org/show_bug.cgi?id=705845
This commit is contained in:
parent
5dc540b894
commit
79dcb0359f
@ -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';
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user