[polari/wip/raresv/finalRebase: 5/18] userListPopover: add avatar symbolic icon to the search entry in UserList.



commit 860e61f0da1cc3c362a1766a92dd95700f5a08d5
Author: raresv <rares visalom gmail com>
Date:   Thu Jul 14 00:30:33 2016 +0300

    userListPopover: add 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 6009c1d..2b843b0 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -51,7 +51,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]