[gnome-maps] placeListRow: Add avatar icon for contact
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] placeListRow: Add avatar icon for contact
- Date: Sat, 31 Jan 2015 23:50:18 +0000 (UTC)
commit 369835aeaa11ce3d933a176aab35f19031828321
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]