[eog-plugins] [map] Fix the map plugin to compile
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] [map] Fix the map plugin to compile
- Date: Fri, 25 Feb 2011 12:47:50 +0000 (UTC)
commit 3dc2f4fa697c73869b6c5586cd011a8834a2e20a
Author: JiÅ?Ã Techet <techet gmail com>
Date: Mon Feb 21 23:09:01 2011 +0100
[map] Fix the map plugin to compile
plugins/map/eog-map-plugin.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/plugins/map/eog-map-plugin.c b/plugins/map/eog-map-plugin.c
index e0d9681..2d96e40 100644
--- a/plugins/map/eog-map-plugin.c
+++ b/plugins/map/eog-map-plugin.c
@@ -61,7 +61,6 @@ update_marker_image (ChamplainLabel *marker,
{
GtkWidget *widget;
ClutterActor *thumb;
- gboolean result;
widget = gtk_button_new ();
thumb = gtk_clutter_texture_new ();
@@ -183,7 +182,7 @@ create_marker (EogImage *image,
champlain_location_set_location (CHAMPLAIN_LOCATION (marker),
lat,
lon);
- champlain_marker_layer_add (plugin->layer, marker);
+ champlain_marker_layer_add_marker (plugin->layer, CHAMPLAIN_MARKER (marker));
g_signal_connect (marker,
"button-release-event",
@@ -389,7 +388,7 @@ impl_activate (EogWindowActivatable *activatable)
gtk_container_add (GTK_CONTAINER (bbox), button);
plugin->layer = champlain_marker_layer_new_full (CHAMPLAIN_SELECTION_SINGLE);
- champlain_view_add_layer (CHAMPLAIN_VIEW (plugin->map), plugin->layer);
+ champlain_view_add_layer (CHAMPLAIN_VIEW (plugin->map), CHAMPLAIN_LAYER (plugin->layer));
sidebar = eog_window_get_sidebar (plugin->window);
plugin->viewport = vbox;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]