(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.
authorrubidium
Wed, 14 May 2008 20:28:11 +0000
changeset 9228 defd5984cb60
parent 9227 0163ad02f94c
child 9229 9e355bf1ab65
(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.
src/misc_gui.cpp
--- a/src/misc_gui.cpp	Wed May 14 20:01:06 2008 +0000
+++ b/src/misc_gui.cpp	Wed May 14 20:28:11 2008 +0000
@@ -1021,6 +1021,7 @@
 			} else {
 				HandleOnEditText(this->text.buf);
 			}
+			this->handled = true;
 		}
 	}