diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-05-26 16:42:52 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-05-26 16:44:09 -0700 |
commit | a73e4f53ab86c69fdb8f5869173d6693d73e6fb2 (patch) | |
tree | 2845d9e4077a7777fc4b069a21074c95b2b9fe1b /src/gtkutil.c | |
parent | 6fcab83600317e94ea7b915da7730a8c7e50226d (diff) | |
download | emacs-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.c | 4 |
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 |