[gnome-maps] Switch to new full color mark-location icon



commit 553078e5a8555db211d4820bfec6c9b17175d2b8
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Wed Jan 7 05:43:12 2015 -0500

    Switch to new full color mark-location icon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742514

 data/icons/Makefile.am                     |    1 -
 data/icons/hicolor_apps_32x32_maps-pin.svg |  336 ----------------------------
 src/searchResultMarker.js                  |    2 +-
 3 files changed, 1 insertions(+), 338 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 945aaf8..73409f7 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -38,7 +38,6 @@ private_icons =                                                               \
        hicolor_apps_16x16_route-transit-symbolic.svg                   \
        hicolor_apps_16x16_route-bike-symbolic.svg                      \
        hicolor_apps_16x16_route-car-symbolic.svg                       \
-       hicolor_apps_32x32_maps-pin.svg                                 \
        hicolor_apps_22x22_user-location.png                            \
        $(NULL)
 
diff --git a/src/searchResultMarker.js b/src/searchResultMarker.js
index 50a28f3..f538890 100644
--- a/src/searchResultMarker.js
+++ b/src/searchResultMarker.js
@@ -33,7 +33,7 @@ const SearchResultMarker = new Lang.Class({
     _init: function(params) {
         this.parent(params);
 
-        this.add_actor(Utils.CreateActorFromIconName('maps-pin', 0));
+        this.add_actor(Utils.CreateActorFromIconName('mark-location', 32));
     },
 
     get anchor() {


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