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:
Jasper St. Pierre 2013-08-12 13:10:18 -04:00
parent 5dc540b894
commit 79dcb0359f

View File

@ -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';
}
},