From 65c27ac69a8a51da67bcca591e1933815a1032b3 Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 17 Mar 2015 16:47:26 +0300 Subject: corrected bug tracker links everywhere Closes https://github.com/mate-desktop/atril/pull/132 --- libview/ev-transition-animation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libview/ev-transition-animation.c') 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 */ -- cgit v1.2.1