[emerillon/gtk3] placemarks-plugin: fix compile warning
- From: Andreas Henriksson <ah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [emerillon/gtk3] placemarks-plugin: fix compile warning
- Date: Fri, 5 Aug 2011 01:46:40 +0000 (UTC)
commit a7eb2b67ed26848ac44c22795bcc50a4262622f5
Author: Andreas Henriksson <andreas fatal se>
Date: Fri Aug 5 01:47:35 2011 +0200
placemarks-plugin: fix compile warning
plugins/placemarks/placemarks.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/placemarks/placemarks.c b/plugins/placemarks/placemarks.c
index 3f7c08e..a0a9c02 100644
--- a/plugins/placemarks/placemarks.c
+++ b/plugins/placemarks/placemarks.c
@@ -114,7 +114,7 @@ add_marker(PlacemarksPlugin *plugin, const gchar *name, gdouble lat, gdouble lon
ChamplainMarker *marker;
ClutterColor orange = { 0xf3, 0x94, 0x07, 0xbb };
- marker = CHAMPLAIN_LABEL ( champlain_label_new_with_text (name, "Serif 14",
+ marker = CHAMPLAIN_MARKER ( champlain_label_new_with_text (name, "Serif 14",
NULL, NULL));
champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
champlain_label_set_alignment (CHAMPLAIN_LABEL (marker), PANGO_ALIGN_RIGHT);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]