[evince] backends: Fix URL to report unimplemented features



commit a5cf5fb0c76b8d85f2c41dcefb8e70218c89ff1e
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Wed Jun 6 13:45:28 2018 -0400

    backends: Fix URL to report unimplemented features

 backend/pdf/ev-poppler.cc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc
index 02802f1f..376c6021 100644
--- a/backend/pdf/ev-poppler.cc
+++ b/backend/pdf/ev-poppler.cc
@@ -1327,8 +1327,8 @@ ev_link_dest_from_dest (PdfDocument *pdf_document,
 
        if (unimplemented_dest) {
                g_warning ("Unimplemented destination: %s, please post a "
-                          "bug report in Evince bugzilla "
-                          "(http://bugzilla.gnome.org) with a testcase.",
+                          "bug report in Evince issue tracker "
+                          "(https://gitlab.gnome.org/GNOME/evince/issues) with a testcase.",
                           unimplemented_dest);
        }
 
@@ -1434,7 +1434,7 @@ ev_link_from_action (PdfDocument   *pdf_document,
        
        if (unimplemented_action) {
                g_warning ("Unimplemented action: %s, please post a bug report "
-                          "in Evince bugzilla (http://bugzilla.gnome.org) "
+                          "in Evince issue tracker (https://gitlab.gnome.org/GNOME/evince/issues) "
                           "with a testcase.", unimplemented_action);
        }
        
@@ -2966,8 +2966,8 @@ ev_annot_from_poppler_annot (PopplerAnnot *poppler_annot,
                                   unimplemented_annot);
                } else {
                        g_warning ("Unimplemented annotation: %s, please post a "
-                                  "bug report in Evince bugzilla "
-                                  "(http://bugzilla.gnome.org) with a testcase.",
+                                  "bug report in Evince issue tracker "
+                                  "(https://gitlab.gnome.org/GNOME/evince/issues) with a testcase.",
                                   unimplemented_annot);
                }
        }


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