changeset 9228:68f81f013069 draft

(svn r13094) -Fix: closing the QueryWindow would always send a 'query has been cancelled message' even when it was not cancelled causing joining passworded servers/companies to fail.
author rubidium <rubidium@openttd.org>
date Wed, 14 May 2008 20:28:11 +0000
parents 35dbb597e9fd
children 765fe4465dd4
files src/misc_gui.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -1021,6 +1021,7 @@
 			} else {
 				HandleOnEditText(this->text.buf);
 			}
+			this->handled = true;
 		}
 	}