[gnome-internet-radio-locator] Add Radio Brume (Lyon, France)



commit c7c0d39d2dbdb81de61de90792e831766ac5474b
Author: Ole Aamot <ole gnome org>
Date:   Mon Sep 23 09:11:15 2019 +0200

    Add Radio Brume (Lyon, France)

 NEWS                                       |  8 ++++
 configure.ac                               |  2 +-
 src/gnome-internet-radio-locator-markers.c | 63 ++++++++++++++++++------------
 src/gnome-internet-radio-locator.xml       |  9 ++++-
 4 files changed, 54 insertions(+), 28 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6574905..d464cae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+=============
+Version 2.0.7
+=============
+
+Stations
+
+       * src/gnome-internet-radio-locator.xml: Add Radio Brume (Lyon, France)
+
 =============
 Version 2.0.6
 =============
diff --git a/configure.ac b/configure.ac
index bad2607..41699ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(gnome-internet-radio-locator,2.0.6)
+AC_INIT(gnome-internet-radio-locator,2.0.7)
 AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects])
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR([src/gnome-internet-radio-locator.c])
diff --git a/src/gnome-internet-radio-locator-markers.c b/src/gnome-internet-radio-locator-markers.c
index 8655d8e..1014699 100644
--- a/src/gnome-internet-radio-locator-markers.c
+++ b/src/gnome-internet-radio-locator-markers.c
@@ -385,11 +385,22 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        /* champlain_path_layer_add_node (*path, CHAMPLAIN_LOCATION (marker)); */
        g_signal_connect(CHAMPLAIN_LOCATION(marker), "button-press", G_CALLBACK(marker_function), station);
        marker = champlain_label_new_from_file ("icons/emblem-generic.png", NULL);
-       station = g_strdup("México City, México\n<span size=\"small\">Radio UNAM</span>");
+       station = g_strdup("Lyon, France\n<span size=\"small\">Radio Brume</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
        champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_e_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
+       champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 45.7544734, 4.8122242);
+       champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
+       champlain_marker_animate_in(CHAMPLAIN_MARKER (marker));
+       /* champlain_path_layer_add_node (*path, CHAMPLAIN_LOCATION (marker)); */
+       g_signal_connect(CHAMPLAIN_LOCATION(marker), "button-press", G_CALLBACK(marker_function), station);
+       marker = champlain_label_new_from_file ("icons/emblem-generic.png", NULL);
+       station = g_strdup("México City, México\n<span size=\"small\">Radio UNAM</span>");
+       champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
+       champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
+       champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 19.647012, -101.22900565);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
        champlain_marker_animate_in(CHAMPLAIN_MARKER (marker));
@@ -399,7 +410,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Moscow, Russia\n<span size=\"small\">Echo of Moscow</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_a_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 55.4792046, 37.3273304);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -410,7 +421,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Newcastle, Australia\n<span size=\"small\">2NURFM</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_a_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_b_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), -32.9272881, 151.7812534);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -421,7 +432,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("New Orleans, Louisiana\n<span size=\"small\">WWNO</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_b_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_c_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 29.9499323, -90.0701156);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -432,7 +443,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("New York City, New York\n<span size=\"small\">WKCR</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_c_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_d_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 40.7306458, -73.9866136);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -443,7 +454,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Oslo, Norway\n<span size=\"small\">NRK Sport</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_d_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_e_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 59.9132694, 10.7391112);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -454,7 +465,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Oxford, United Kingdom\n<span size=\"small\">Oxide Radio</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_e_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 51.7520131, -1.2578499);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -465,7 +476,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Ottawa, Canada\n<span size=\"small\">CHUO</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_a_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 45.421106, -75.690308);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -476,7 +487,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Paris, France\n<span size=\"small\">Radio Campus Paris</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_a_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_b_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 48.8566101, 2.3514992);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -487,7 +498,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Phoenix, Arizona\n<span size=\"small\">KASC</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_b_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_c_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 33.4485866, -112.0773456);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -498,7 +509,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Pisa, Italy\n<span size=\"small\">Radio Eco</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_c_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_d_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 43.7159395, 10.4018624);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -509,7 +520,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("San Francisco, California\n<span size=\"small\">SomaFM</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_d_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_e_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 37.7792808, -122.4192363);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -520,7 +531,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Seattle, Washington\n<span size=\"small\">KSUB</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_e_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 47.6038321, -122.3300624);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -531,7 +542,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Stanford, California\n<span size=\"small\">KZSU</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_a_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 37.4248398, -122.1677058);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -542,7 +553,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Stockholm, Sweden\n<span size=\"small\">Sveriges Radio P1</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_a_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_b_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 59.3251172, 18.0710935);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -553,7 +564,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Sydney, Canada\n<span size=\"small\">Caper Radio</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_b_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_c_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 46.1654766, -60.1735637935906);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -564,7 +575,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Tampere, Finland\n<span size=\"small\">Radio Moreeni</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_c_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_d_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 61.4980214, 23.7603118);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -575,7 +586,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Toronto, Canada\n<span size=\"small\">CIUT</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_d_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_e_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 43.653963, -79.387207);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -586,7 +597,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Tórshavn, Faroe Islands\n<span size=\"small\">Midlar</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_e_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 62.012, -6.768);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -597,7 +608,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Trondheim, Norway\n<span size=\"small\">Radio Revolt</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_a_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 63.4305658, 10.3951929);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -608,7 +619,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Warsaw, Poland\n<span size=\"small\">Radio Aktywne</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_a_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_b_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 52.2319237, 21.0067265);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -619,7 +630,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Washington, District of Columbia\n<span size=\"small\">WAMU</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_b_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_c_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 38.8949549, -77.0366456);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -630,7 +641,7 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        station = g_strdup("Waterloo, Canada\n<span size=\"small\">SoundFM</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_c_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_d_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 43.466874, -80.524635);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
@@ -639,20 +650,20 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        g_signal_connect(CHAMPLAIN_LOCATION(marker), "button-press", G_CALLBACK(marker_function), station);
 #if 0
        marker = champlain_label_new_from_file ("icons/emblem-important.png", NULL);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_d_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_e_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 37.873093, -122.303769);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
        champlain_path_layer_add_node (*path, CHAMPLAIN_LOCATION (marker));
        marker = champlain_point_new ();
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_e_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 37.873093, -122.303769);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
        champlain_path_layer_add_node (*path, CHAMPLAIN_LOCATION (marker));
        marker = champlain_label_new_from_file ("icons/emblem-favorite.png", NULL);
        champlain_label_set_draw_background (CHAMPLAIN_LABEL (marker), FALSE);
-       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_a_color);
        champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
        champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 37.873093, -122.303769);
        champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
diff --git a/src/gnome-internet-radio-locator.xml b/src/gnome-internet-radio-locator.xml
index 700f0c8..d05d260 100644
--- a/src/gnome-internet-radio-locator.xml
+++ b/src/gnome-internet-radio-locator.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" 
href="https://people.gnome.org/~ole/gnome-internet-radio-locator/gnome-internet-radio-locator.xsl"; ?>
 <!DOCTYPE gnome_internet_radio_locator SYSTEM "gnome-internet-radio-locator-0.1.dtd">
-<gnome_internet_radio_locator version="2.0.6">
+<gnome_internet_radio_locator version="2.0.7">
+  <station band="90.7FM" id="radiobrume" lang="fr" name="Radio Brume" rank="1.0" type="edu">
+    <frequency uri="http://www.radiobrume.fr/";>FM 90.7 in Lyon, France</frequency>
+    <location>Lyon, France</location>
+    <description lang="fr">Radio Brume</description>
+    <stream mime="audio/mpeg" uri="http://ice1.impek.com/radiobrume"; codec="MPEG-1 Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="127 kbps" />
+    <uri>http://www.radiobrume.fr/</uri>
+  </station>
   <station band="90.9FM" id="WBUR" lang="en" name="WBUR" rank="1.0" type="org">
     <frequency uri="http://wbur.org/";>FM 90.9 in Boston</frequency>
     <location>WBUR, Boston, Massachusetts</location>


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