[gnome-maps/wip/contacts: 80/81] placeListRow: Add avatar icon for contact



commit 37f27c08f51d00ce34e15fc0bd75b4506a747f87
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Mon Jan 12 09:14:46 2015 -0500

    placeListRow: Add avatar icon for contact
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736803

 src/placeListRow.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/placeListRow.js b/src/placeListRow.js
index 1b11e39..f227b77 100644
--- a/src/placeListRow.js
+++ b/src/placeListRow.js
@@ -65,6 +65,9 @@ const PlaceListRow = new Lang.Class({
             this._typeIcon.icon_name = 'document-open-recent-symbolic';
         else if (type === PlaceStore.PlaceType.FAVORITE)
             this._typeIcon.icon_name = 'emblem-favorite-symbolic';
+        else if (type === PlaceStore.PlaceType.CONTACT)
+            this._typeIcon.icon_name = 'avatar-default-symbolic';
+
     },
 
     _boldMatch: function(title, string) {


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