[gnome-music] Fix the upstream URL in the "about" dialog
- From: Arnel A. Borja <arnelborja src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Fix the upstream URL in the "about" dialog
- Date: Wed, 21 Aug 2013 09:38:28 +0000 (UTC)
commit 36b15bb4411ca55a5dd763c731537192f99b3f0f
Author: Mathieu Bridon <bochecha fedoraproject org>
Date: Wed Aug 21 17:10:28 2013 +0800
Fix the upstream URL in the "about" dialog
This in fact fixes the URL in the configure.ac file, and then reuses
that in the "about" dialog.
If it needs to change in the future, then it can be changed only in one
place.
https://bugzilla.gnome.org/show_bug.cgi?id=706353
configure.ac | 2 +-
data/AboutDialog.ui.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c94abf7..f2d3a65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([gnome-music],
[3.9.90],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-music],
[gnome-music],
- [https://live.gnome.org/Design/Apps/Music])
+ [https://wiki.gnome.org/Apps/Music])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
diff --git a/data/AboutDialog.ui.in b/data/AboutDialog.ui.in
index 7a78846..bc8e601 100644
--- a/data/AboutDialog.ui.in
+++ b/data/AboutDialog.ui.in
@@ -6,7 +6,7 @@
<property name="modal">True</property>
<property name="copyright" translatable="yes">Copyright © 2013 GNOME Music Developers</property>
<property name="comments" translatable="yes">A music player and management application for
GNOME.</property>
- <property name="website">https://wiki.gnome.org/Music</property>
+ <property name="website">@PACKAGE_URL@</property>
<property name="website_label" translatable="yes">Visit GNOME Music website</property>
<property name="license" translatable="yes">GNOME Music is free software; you can redistribute it and/or
modify
it under the terms of the GNU General Public License as published by
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]