diff options
author | Monsta <[email protected]> | 2015-03-17 16:47:26 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-19 09:31:29 +0100 |
commit | 65c27ac69a8a51da67bcca591e1933815a1032b3 (patch) | |
tree | e1f2bca6177f11b7d6df5b2792518c6598714f9c /libdocument/ev-file-helpers.c | |
parent | 4dae1332476f20b157a5bb753bb8a52c3dfb09cd (diff) | |
download | atril-65c27ac69a8a51da67bcca591e1933815a1032b3.tar.bz2 atril-65c27ac69a8a51da67bcca591e1933815a1032b3.tar.xz |
corrected bug tracker links everywhere
Closes https://github.com/mate-desktop/atril/pull/132
Diffstat (limited to 'libdocument/ev-file-helpers.c')
-rw-r--r-- | libdocument/ev-file-helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |