summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-03-17 16:47:26 +0300
committerStefano Karapetsas <[email protected]>2015-03-19 09:31:29 +0100
commit65c27ac69a8a51da67bcca591e1933815a1032b3 (patch)
treee1f2bca6177f11b7d6df5b2792518c6598714f9c
parent4dae1332476f20b157a5bb753bb8a52c3dfb09cd (diff)
downloadatril-65c27ac69a8a51da67bcca591e1933815a1032b3.tar.bz2
atril-65c27ac69a8a51da67bcca591e1933815a1032b3.tar.xz
corrected bug tracker links everywhere
Closes https://github.com/mate-desktop/atril/pull/132
-rw-r--r--NEWS.gnome2
-rw-r--r--TODO4
-rw-r--r--backend/pdf/ev-poppler.cc10
-rw-r--r--libdocument/ev-file-helpers.c2
-rw-r--r--libview/ev-transition-animation.c4
-rw-r--r--shell/ev-window.c4
6 files changed, 13 insertions, 13 deletions
diff --git a/NEWS.gnome b/NEWS.gnome
index 57e2af85..dfec6e08 100644
--- a/NEWS.gnome
+++ b/NEWS.gnome
@@ -1535,7 +1535,7 @@ Atril 2.21.90
Important notice for distributors:
* This release overrides document permissions by default. See
- http://bugzilla.mate.org/show_bug.cgi?id=382700 for more information
+ http://bugzilla.gnome.org/show_bug.cgi?id=382700 for more information
about this.
* Ghostscript interface for PostScript documents is now deprecated.
Please use libspectre (http://libspectre.freedesktop.org/)
diff --git a/TODO b/TODO
index 9425ff05..670c483c 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,3 @@
-See our bugzilla for list of entries we are working at
+See our bug tracker for list of issues we are working at
-http://bugzilla.mate.org/buglist.cgi?product=atril&bug_status=NEW \ No newline at end of file
+https://github.com/mate-desktop/atril/issues
diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc
index 42565c37..0edc83c6 100644
--- a/backend/pdf/ev-poppler.cc
+++ b/backend/pdf/ev-poppler.cc
@@ -1071,8 +1071,8 @@ ev_link_dest_from_dest (PdfDocument *pdf_document,
if (unimplemented_dest) {
g_warning ("Unimplemented destination: %s, please post a "
- "bug report in Atril bugzilla "
- "(http://bugzilla.mate.org) with a testcase.",
+ "bug report on Atril bug tracker "
+ "(https://github.com/mate-desktop/atril/issues) with a testcase.",
unimplemented_dest);
}
@@ -1173,7 +1173,7 @@ ev_link_from_action (PdfDocument *pdf_document,
if (unimplemented_action) {
g_warning ("Unimplemented action: %s, please post a bug report "
- "in Atril bugzilla (http://bugzilla.mate.org) "
+ "on Atril bug tracker (https://github.com/mate-desktop/atril/issues) "
"with a testcase.", unimplemented_action);
}
@@ -2640,8 +2640,8 @@ ev_annot_from_poppler_annot (PopplerAnnot *poppler_annot,
if (unimplemented_annot) {
g_warning ("Unimplemented annotation: %s, please post a "
- "bug report in Atril bugzilla "
- "(http://bugzilla.mate.org) with a testcase.",
+ "bug report on Atril bug tracker "
+ "(https://github.com/mate-desktop/atril/issues) with a testcase.",
unimplemented_annot);
}
diff --git a/libdocument/ev-file-helpers.c b/libdocument/ev-file-helpers.c
index 23582ec8..ce998b2a 100644
--- a/libdocument/ev-file-helpers.c
+++ b/libdocument/ev-file-helpers.c
@@ -197,7 +197,7 @@ ev_mkstemp_file (const char *template,
/**
* This function is copied from
- * http://bugzilla.mate.org/show_bug.cgi?id=524831
+ * http://bugzilla.gnome.org/show_bug.cgi?id=524831
* and renamed from g_mkdtemp to _ev_g_mkdtemp.
*
* If/when this function gets added to glib, it can be removed from
diff --git a/libview/ev-transition-animation.c b/libview/ev-transition-animation.c
index 1e766af3..a8a2e117 100644
--- a/libview/ev-transition-animation.c
+++ b/libview/ev-transition-animation.c
@@ -591,8 +591,8 @@ ev_transition_animation_paint (EvTransitionAnimation *animation,
enum_value = g_enum_get_value (g_type_class_peek (EV_TYPE_TRANSITION_EFFECT_TYPE), type);
g_warning ("Unimplemented transition animation: '%s', "
- "please post a bug report in Atril bugzilla "
- "(http://bugzilla.mate.org) with a testcase.",
+ "please post a bug report on Atril bug tracker "
+ "(https://github.com/mate-desktop/atril/issues) with a testcase.",
enum_value->value_nick);
/* just paint the destination slide */
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 531b54cb..bc8863a6 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -6644,8 +6644,8 @@ do_action_named (EvWindow *window, EvLinkAction *action)
ev_window_cmd_file_print (NULL, window);
} else {
g_warning ("Unimplemented named action: %s, please post a "
- "bug report in Atril bugzilla "
- "(http://bugzilla.mate.org) with a testcase.",
+ "bug report on Atril bug tracker "
+ "(https://github.com/mate-desktop/atril/issues) with a testcase.",
name);
}
}