WINGs: Added a few missing const attributes
[wmaker-crm.git] / debian / patches / 50_def_config_paths.diff
blob10fa140f1cfaf2bb222ea1ad0b122a33df7fb5da
1 Description: This patch changes the default config paths
2 Author: Andreas Metzler <ametzler@debian.org>
3 Last-Update: 2010-08-07
4 --- a/src/wconfig.h.in
5 +++ b/src/wconfig.h.in
6 @@ -125,7 +125,7 @@
7 */
9 /* list of paths to look for the config files, searched in order of appearance */
10 -#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
11 +#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:/etc/GNUstep/Defaults:"PKGDATADIR
12 #define DEF_MENU_FILE "menu"
14 /* name of the script to execute at startup */