diff options
author | Martin Wimpress <[email protected]> | 2015-06-09 22:50:46 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-09 22:50:46 +0100 |
commit | 28cd11d64d5810ed779ce132d154db04a1d8c930 (patch) | |
tree | 3c9856bf51ab61a5bb249e3aa8f3eb396933895b /libdocument | |
parent | 175296fe8246a472439d529543c5c31802cad4b2 (diff) | |
parent | 6707c4b0a0b4f549d44a8574d4f783705ed949ec (diff) | |
download | atril-28cd11d64d5810ed779ce132d154db04a1d8c930.tar.bz2 atril-28cd11d64d5810ed779ce132d154db04a1d8c930.tar.xz |
Merge pull request #133 from monsta/wrong-bugzilla-1.8
[1.8] corrected bug tracker links everywhere
Diffstat (limited to 'libdocument')
-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 779b635c..13e510f7 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 |