Fixed the defaults for JOIN_NEW_WINDOW_TYPE and QUERY_NEW_WINDOW_TYPE.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@59 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2009-08-11 14:08:53 +00:00
parent 147ea72710
commit 1b370475ec
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2c01 ]
* Changed the defaults for JOIN_NEW_WINDOW_TYPE and QUERY_NEW_WINDOW_TYPE
so that they work out of the box. (caf)
* Some cleanups in quit message handling, fixed a bug where a quit from an
unexpected source could crash the client. (caf)