[gnome-boxes] Use the Boxes website URL from configure.ac



commit 47671d70fe61bf250c6435b52047dede8be261b1
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Fri Dec 26 23:43:51 2014 +0000

    Use the Boxes website URL from configure.ac
    
    Update links to the homepage to use Config.PACKAGE_URL to take the
    homepage URL from configure.ac rather than writing it out by hand.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742013

 src/app.vala             |    2 +-
 src/vm-configurator.vala |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 28e02ab..c066173 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -100,7 +100,7 @@ private class Boxes.App: Gtk.Application {
                                    "license-type", Gtk.License.LGPL_2_1,
                                    "logo-icon-name", "gnome-boxes",
                                    "version", Config.VERSION,
-                                   "website", "https://wiki.gnome.org/Apps/Boxes";,
+                                   "website", Config.PACKAGE_URL,
                                    "wrap-license", true);
         });
         add_action (action);
diff --git a/src/vm-configurator.vala b/src/vm-configurator.vala
index 25cb515..a3dcf76 100644
--- a/src/vm-configurator.vala
+++ b/src/vm-configurator.vala
@@ -9,7 +9,7 @@ private errordomain Boxes.VMConfiguratorError {
 
 private class Boxes.VMConfigurator {
     private const string BOXES_NS = "boxes";
-    private const string BOXES_NS_URI = "https://wiki.gnome.org/Apps/Boxes/";;
+    private const string BOXES_NS_URI = Config.PACKAGE_URL;
     private const string BOXES_XML = "<gnome-boxes>%s</gnome-boxes>";
     private const string LIVE_STATE = "live";
     private const string INSTALLATION_STATE = "installation";


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