[polari] userListRow: Remove the user icon



commit 4971f2c2e35f8d0f8cdd800565ed499abf3ae47f
Author: raresv <rares visalom gmail com>
Date:   Sat Aug 20 19:08:47 2016 +0300

    userListRow: Remove the user icon
    
    Since the last patch, the details use icons instead
    of labels as headers. As a result, having icons in
    the rows as well looks overloaded, so remove those.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760853

 src/userList.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/userList.js b/src/userList.js
index 9a9e19f..a58b9de 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -289,7 +289,6 @@ const UserListRow = new Lang.Class({
         let hbox = new Gtk.Box({ margin: 4, spacing: 4 });
         this._arrow = new Gtk.Arrow({ arrow_type: Gtk.ArrowType.RIGHT,
                                       no_show_all: true });
-        hbox.add(new Gtk.Image({ icon_name: 'avatar-default-symbolic' }));
         this._label = new Gtk.Label({ label: this._user.alias,
                                       halign: Gtk.Align.START,
                                       hexpand: true,


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