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

pull/155/head
rubidium 16 years ago
parent 5704d59314
commit beb17f743f

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

Loading…
Cancel
Save