[gnome-internet-radio-locator: 1/2] Remove silence message. Radio is never silent.
- From: Ole Aamot <ole src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-internet-radio-locator: 1/2] Remove silence message. Radio is never silent.
- Date: Thu, 14 Nov 2019 04:10:52 +0000 (UTC)
commit e3ea7accfadbc4692f3b5d1eb02e0f61046ed103
Author: Ole Aamot <ole gnome org>
Date: Thu Nov 14 05:09:37 2019 +0100
Remove silence message. Radio is never silent.
NEWS | 8 ++++++++
src/gnome-internet-radio-locator-markers.c | 6 +-----
2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index f9b22c0..e79a7fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+=============
+Version 2.1.3
+=============
+
+GUI
+
+ * src/gnome-internet-radio-locator-markers.c: Remove silence message
+
=============
Version 2.1.2
=============
diff --git a/src/gnome-internet-radio-locator-markers.c b/src/gnome-internet-radio-locator-markers.c
index 32f0fbd..384b4ea 100644
--- a/src/gnome-internet-radio-locator-markers.c
+++ b/src/gnome-internet-radio-locator-markers.c
@@ -694,11 +694,7 @@ 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("Vålerenga, Norway\n<span size=\"small\">Klanens Webradio\n\nSilence in respect
of the victims of\n"
-"Nazi occupation of Norway between 1940-1945\n"
-"Nazi attack in Oslo and Utøya on July 22, 2011\n"
-"Nazi attack in Bærum August 10, 2019\n"
-"Give peace a chance and keep fighting racism!</span>");
+ station = g_strdup("Vålerenga, Norway\n<span size=\"small\">Klanens Webradio\n</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_g_color);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]