[polari/wip/raresv/GSoC: 11/11] userListRow: remove the avatar-default-symbolic icon
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/raresv/GSoC: 11/11] userListRow: remove the avatar-default-symbolic icon
- Date: Mon, 22 Aug 2016 22:25:53 +0000 (UTC)
commit 8fd66a3ee9b88903c9bb2c4fb640daff5b08fad0
Author: raresv <rares visalom gmail com>
Date: Sat Aug 20 19:08:47 2016 +0300
userListRow: remove the avatar-default-symbolic icon
Due to the new design, the UserListRow class doesn't need
the avatar-default-symbolic icon, so it is removed.
src/userList.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/userList.js b/src/userList.js
index a70d630..0937a5b 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -467,7 +467,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]