[gnome-text-editor] about: use bugreport_url for filing issues
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-text-editor] about: use bugreport_url for filing issues
- Date: Tue, 20 Sep 2022 21:06:14 +0000 (UTC)
commit 1f379666499caee847447f4a99b4752f573ad114
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 20 14:06:08 2022 -0700
    about: use bugreport_url for filing issues
    
    Fixes #469
 src/editor-application-actions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/editor-application-actions.c b/src/editor-application-actions.c
index 4ab8c75..cc0e347 100644
--- a/src/editor-application-actions.c
+++ b/src/editor-application-actions.c
@@ -201,7 +201,7 @@ editor_application_actions_about_cb (GSimpleAction *action,
                          "version", PACKAGE_VERSION,
 #endif
                          "website", PACKAGE_WEBSITE,
-                         "issue-url", "https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/new",
+                         "issue-url", PACKAGE_BUGREPORTS,
                          "developers", developers,
                          "designers", designers,
                          "copyright", "© 2020-2022 Christian Hergert, et al.",
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]