(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.

This commit is contained in:
rubidium
2008-05-14 20:28:11 +00:00
parent 5704d59314
commit beb17f743f

View File

@@ -1021,6 +1021,7 @@ struct QueryStringWindow : public QueryStringBaseWindow
} else { } else {
HandleOnEditText(this->text.buf); HandleOnEditText(this->text.buf);
} }
this->handled = true;
} }
} }