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:
@@ -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)
|
||||
|
||||
|
||||
@@ -607,8 +607,8 @@
|
||||
#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"
|
||||
#else
|
||||
#define DEFAULT_JOIN_NEW_WINDOW_TYPE "new hide_others swap last double on split on"
|
||||
#define DEFAULT_QUERY_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 double on"
|
||||
#endif
|
||||
|
||||
#define DEFAULT_MDI OFF
|
||||
|
||||
Reference in New Issue
Block a user