Fixed regression when placing windows.
[wmaker-crm.git] / debian / patches / 50_def_config_paths.diff
blob230fe03a4e16060a229e597f1bef12fe8f75bcc2
1 Description: This patch changes the default config paths
2 Author: Andreas Metzler <ametzler@debian.org>
3 Last-Update: 2010-08-07
4 diff --git a/src/wconfig.h.in b/src/wconfig.h.in
5 index c8bb947..cf06113 100644
6 --- a/src/wconfig.h.in
7 +++ b/src/wconfig.h.in
8 @@ -132,7 +132,7 @@
9 */
11 /* list of paths to look for the config files, searched in order of appearance */
12 -#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
13 +#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:/etc/GNUstep/Defaults:"PKGDATADIR
14 #define DEF_MENU_FILE "menu"
16 /* name of the script to execute at startup */