[evince] shell: Fix url in unimplemented named actions message



commit 88f9af19721551818065473b7c8d570356435917
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Tue Feb 4 20:44:16 2020 -0300

    shell: Fix url in unimplemented named actions message

 shell/ev-window.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 55b7fe49..61ff84dd 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -6693,8 +6693,9 @@ do_action_named (EvWindow *window, EvLinkAction *action)
                g_action_group_activate_action (G_ACTION_GROUP (window), "save-as", NULL);
        } else {
                g_warning ("Unimplemented named action: %s, please post a "
-                          "bug report in Evince bugzilla "
-                          "(http://bugzilla.gnome.org) with a testcase.",
+                          "bug report in Evince Gitlab "
+                          "(https://gitlab.gnome.org/GNOME/evince/issues) "
+                          "with a testcase.",
                           name);
        }
 }


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