summaryrefslogtreecommitdiff
path: root/src/image.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-05-26 16:42:52 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-05-26 16:44:09 -0700
commita73e4f53ab86c69fdb8f5869173d6693d73e6fb2 (patch)
tree2845d9e4077a7777fc4b069a21074c95b2b9fe1b /src/image.c
parent6fcab83600317e94ea7b915da7730a8c7e50226d (diff)
downloademacs-a73e4f53ab86c69fdb8f5869173d6693d73e6fb2.tar.gz
emacs-a73e4f53ab86c69fdb8f5869173d6693d73e6fb2.tar.bz2
emacs-a73e4f53ab86c69fdb8f5869173d6693d73e6fb2.zip
GNOME moved URLs for its active bug reports
* src/emacs.c (main) [USE_GTK]: * src/gtkutil.c (xg_display_close): * src/xterm.c (x_connection_closed): Update GNOME bug report URLs.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 4d5a1bf5e66..992b225d7b7 100644
--- a/src/image.c
+++ b/src/image.c
@@ -9302,7 +9302,7 @@ svg_load_image (struct frame *f, struct image *img, char *contents,
/* Set base_uri for properly handling referenced images (via 'href').
See rsvg bug 596114 - "image refs are relative to curdir, not .svg file"
- (https://bugzilla.gnome.org/show_bug.cgi?id=596114). */
+ <https://gitlab.gnome.org/GNOME/librsvg/issues/33>. */
if (filename)
rsvg_handle_set_base_uri(rsvg_handle, filename);