[eog-plugins] map: Use location marker icon
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] map: Use location marker icon
- Date: Sat, 1 Oct 2016 13:19:41 +0000 (UTC)
commit 7f2ed02917f36628795034928f6636a3d2a33708
Author: Thomas Bechtold <tbechtold suse com>
Date: Sun Sep 25 19:01:35 2016 +0200
map: Use location marker icon
Instead of showing the generic "image-x-generic" icon for a marker
on a map, use "mark-location" as the icon. This is what other GNOME
apps do, i.e. gnome-maps.
https://bugzilla.gnome.org/show_bug.cgi?id=771945
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 9f8227d..c8cbd8f 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,
- "image-x-generic",
+ "mark-location",
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]