[polari/wip/fmuellner/combined-gsoc: 72/137] added avatar symbolic icon to the search entry in UserList
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/fmuellner/combined-gsoc: 72/137] added avatar symbolic icon to the search entry in UserList
- Date: Thu, 28 Jul 2016 16:21:29 +0000 (UTC)
commit c8c3ddec0e265dd9bd9024e58736405fd313eea1
Author: raresv <rares visalom gmail com>
Date: Thu Jul 14 00:30:33 2016 +0300
added avatar symbolic icon to the search entry in UserList
src/userList.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/userList.js b/src/userList.js
index 861154b..759acd3 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -52,7 +52,7 @@ const UserListPopover = new Lang.Class({
this._userListBin = new Gtk.Frame({ shadow_type: Gtk.ShadowType.NONE });
this._box.add(this._userListBin);
- this._entry = new Gtk.SearchEntry();
+ this._entry = new Gtk.SearchEntry({ primary_icon_name: 'avatar-default-symbolic' });
this._entry.connect('search-changed',
Lang.bind(this, this._updateFilter));
this._revealer.add(this._entry);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]