From 1b370475ecc8595f7179b34e99f9e354428b22f0 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Tue, 11 Aug 2009 14:08:53 +0000 Subject: [PATCH] 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 --- Changelog | 3 +++ include/config.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index cae8f5f..e7e3639 100644 --- a/Changelog +++ b/Changelog @@ -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) diff --git a/include/config.h b/include/config.h index 0864393..b1a1e19 100644 --- a/include/config.h +++ b/include/config.h @@ -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