[gnome-commander] Add package URL into AC_INIT in configure.ac



commit 8e90e28d6aeba59524a460e324011680f564eeaf
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Sun Jan 23 17:44:39 2022 +0100

    Add package URL into AC_INIT in configure.ac

 configure.ac                  | 2 +-
 src/gnome-cmd-user-actions.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5435e768..2f5494ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-commander],[1.13.0],[https://gitlab.gnome.org/GNOME/gnome-commander/issues])
+AC_INIT([gnome-commander],[1.13.0],[https://gitlab.gnome.org/GNOME/gnome-commander/issues],,https://gcmd.github.io/)
 AC_CONFIG_SRCDIR(src/gnome-cmd-includes.h)
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index 84058770..7b3738b1 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -1998,7 +1998,7 @@ void help_web (GtkMenuItem *menuitem, gpointer not_used)
 {
     GError *error = nullptr;
 
-    if (!gtk_show_uri (nullptr, "https://gcmd.github.io/";, GDK_CURRENT_TIME, &error))
+    if (!gtk_show_uri (nullptr, PACKAGE_URL, GDK_CURRENT_TIME, &error))
         gnome_cmd_error_message (_("There was an error opening home page."), error);
 }
 


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