From: Jan Djärv Date: Tue, 11 Mar 2008 15:54:05 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~7280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a0935155074dac4803cc14caaace7611d857609;p=emacs.git Fix previous change. --- 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