From 9a0935155074dac4803cc14caaace7611d857609 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Tue, 11 Mar 2008 15:54:05 +0000 Subject: [PATCH] Fix previous change. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index c09257c6dda..f8ef761c5f5 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8110,7 +8110,7 @@ x_connection_closed (dpy, error_message) OpenWindows in certain situations. I suspect that is a bug in OpenWindows. I don't know how to circumvent it here. */ - if (dpyinfo && terminal_list->next_terminal != NULL) + if (dpyinfo) { #ifdef USE_X_TOOLKIT /* If DPYINFO is null, this means we didn't open the display -- 2.39.5