summaryrefslogtreecommitdiff
path: root/src/gtkutil.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/gtkutil.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/gtkutil.c')
-rw-r--r--src/gtkutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 3f21288f461..8cc523649d9 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -258,8 +258,8 @@ xg_display_close (Display *dpy)
}
#if GTK_CHECK_VERSION (2, 0, 0) && ! GTK_CHECK_VERSION (2, 10, 0)
- /* GTK 2.2-2.8 has a bug that makes gdk_display_close crash (bug
- http://bugzilla.gnome.org/show_bug.cgi?id=85715). This way we
+ /* GTK 2.2-2.8 has a bug that makes gdk_display_close crash
+ <https://gitlab.gnome.org/GNOME/gtk/issues/221>. This way we
can continue running, but there will be memory leaks. */
g_object_run_dispose (G_OBJECT (gdpy));
#else