diff options
| author | Paul Eggert | 2018-05-26 16:42:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-05-26 16:44:09 -0700 |
| commit | a73e4f53ab86c69fdb8f5869173d6693d73e6fb2 (patch) | |
| tree | 2845d9e4077a7777fc4b069a21074c95b2b9fe1b /src/image.c | |
| parent | 6fcab83600317e94ea7b915da7730a8c7e50226d (diff) | |
| download | emacs-a73e4f53ab86c69fdb8f5869173d6693d73e6fb2.tar.gz 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.c | 2 |
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, | |||
| 9302 | 9302 | ||
| 9303 | /* Set base_uri for properly handling referenced images (via 'href'). | 9303 | /* Set base_uri for properly handling referenced images (via 'href'). |
| 9304 | See rsvg bug 596114 - "image refs are relative to curdir, not .svg file" | 9304 | See rsvg bug 596114 - "image refs are relative to curdir, not .svg file" |
| 9305 | (https://bugzilla.gnome.org/show_bug.cgi?id=596114). */ | 9305 | <https://gitlab.gnome.org/GNOME/librsvg/issues/33>. */ |
| 9306 | if (filename) | 9306 | if (filename) |
| 9307 | rsvg_handle_set_base_uri(rsvg_handle, filename); | 9307 | rsvg_handle_set_base_uri(rsvg_handle, filename); |
| 9308 | 9308 | ||