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 ] [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 * Some cleanups in quit message handling, fixed a bug where a quit from an
unexpected source could crash the client. (caf) unexpected source could crash the client. (caf)

View File

@@ -607,8 +607,8 @@
#define DEFAULT_JOIN_NEW_WINDOW_TYPE "create hide swap last double on split on" #define DEFAULT_JOIN_NEW_WINDOW_TYPE "create hide swap last double on split on"
#define DEFAULT_QUERY_NEW_WINDOW_TYPE "create hide swap last double on split on" #define DEFAULT_QUERY_NEW_WINDOW_TYPE "create hide swap last double on split on"
#else #else
#define DEFAULT_JOIN_NEW_WINDOW_TYPE "new hide_others swap last double on split on" #define DEFAULT_JOIN_NEW_WINDOW_TYPE "new hide_others double on"
#define DEFAULT_QUERY_NEW_WINDOW_TYPE "new hide_others swap last double on split on" #define DEFAULT_QUERY_NEW_WINDOW_TYPE "new hide_others double on"
#endif #endif
#define DEFAULT_MDI OFF #define DEFAULT_MDI OFF