[gnome-internet-radio-locator] Build on Fedora 30 and fix typo
- From: Ole Aamot <ole src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-internet-radio-locator] Build on Fedora 30 and fix typo
- Date: Fri, 5 Apr 2019 11:36:29 +0000 (UTC)
commit 1f33753374e8b298a77749811b0d9e8fff7cec57
Author: Ole Aamot <ole aamotsoftware com>
Date: Fri Apr 5 13:37:43 2019 +0200
Build on Fedora 30 and fix typo
compile | 2 +-
gnome-internet-radio-locator.spec.in | 3 +++
src/gnome-internet-radio-locator-markers.c | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/compile b/compile
index 99e5052..b89c278 100755
--- a/compile
+++ b/compile
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/usr/bin/sh
# Wrapper for compilers which do not understand '-c -o'.
scriptversion=2018-03-07.03; # UTC
diff --git a/gnome-internet-radio-locator.spec.in b/gnome-internet-radio-locator.spec.in
index 7e173a3..d66aa73 100644
--- a/gnome-internet-radio-locator.spec.in
+++ b/gnome-internet-radio-locator.spec.in
@@ -57,6 +57,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*
%changelog
+* Fri Apr 05 2019 Ole Aamot <ole gnome org> - 2.0.2-1
+- gnome-internet-radio-locator 2.0.2 build on Fedora Linux 30
+
* Fri Apr 05 2019 Ole Aamot <ole gnome org> - 2.0.1-1
- gnome-internet-radio-locator 2.0.1 build on Fedora Linux 30
diff --git a/src/gnome-internet-radio-locator-markers.c b/src/gnome-internet-radio-locator-markers.c
index d72c7dd..953ff08 100644
--- a/src/gnome-internet-radio-locator-markers.c
+++ b/src/gnome-internet-radio-locator-markers.c
@@ -565,7 +565,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("Tórshavn, Faroe Island\n<span size=\"small\">Midlar</span>");
+ 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_color);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]