[eog-plugins] map: Use a non-deprecated image icon



commit a00f6f163a3f4fd6fe8ff2d821fae286e3a872cf
Author: Felix Riemann <friemann gnome org>
Date:   Mon Aug 24 19:37:16 2015 +0200

    map: Use a non-deprecated image icon
    
    "gnome-mime-image" requires the deprecated gnome-icon-theme
    package. Use "image-x-generic" instead, which is part of adwaita-icon-theme.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753761

 plugins/map/eog-map-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/map/eog-map-plugin.c b/plugins/map/eog-map-plugin.c
index 4b68bbd..9f8227d 100644
--- a/plugins/map/eog-map-plugin.c
+++ b/plugins/map/eog-map-plugin.c
@@ -67,7 +67,7 @@ update_marker_image (ChamplainLabel *marker,
        thumb = gtk_clutter_texture_new ();
        gtk_clutter_texture_set_from_icon_name (GTK_CLUTTER_TEXTURE (thumb),
                                                widget,
-                                               "gnome-mime-image",
+                                               "image-x-generic",
                                                size, NULL);
        /* don't need to unref widget because it is floating */
 


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