1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

- Fixed switch panel default value in defaults.c

- Fixed WPrefs path in the installed WMState (changed after recent WPrefs
  installation path changes)
- Fixed wmaker.inst (apparently some very noisy individual was unable to get
  right his 10 line patch to rename a path)
This commit is contained in:
dan
2005-04-08 11:51:06 +00:00
parent 880880162b
commit 33f7b63d11
3 changed files with 13 additions and 12 deletions

View File

@@ -659,8 +659,8 @@ WDefaultEntry optionList[] = {
{"IconTitleBack", "black", NULL,
NULL, getColor, setIconTitleBack
},
{"SwitchPanelImages", "(\"swtile.png\")", &wPreferences,
NULL, getPropList, setSwPOptions
{"SwitchPanelImages", "(swtile.png, swback.png, 30, 40)", &wPreferences,
NULL, getPropList, setSwPOptions
},
/* keybindings */
#ifndef LITE