1
0
Fork 0

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

release/0.7
rubidium 2008-05-14 20:28:11 +00:00
parent be43bbc3f3
commit 0449abe88b
1 changed files with 1 additions and 0 deletions

View File

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