(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:
@@ -1021,6 +1021,7 @@ struct QueryStringWindow : public QueryStringBaseWindow
|
||||
} else {
|
||||
HandleOnEditText(this->text.buf);
|
||||
}
|
||||
this->handled = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user