mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
fixed typo bug in WPrefs/WindozeCycling
commented out unfinished background stuff in WPrefs added updated potfiles fixed circulate raise
This commit is contained in:
@@ -1895,6 +1895,7 @@ createPanel(Panel *p)
|
||||
|
||||
WMMapSubwidgets(panel->colF);
|
||||
|
||||
#ifdef unfinished
|
||||
/*** root bg ***/
|
||||
|
||||
panel->bgF = WMCreateFrame(panel->frame);
|
||||
@@ -1920,7 +1921,7 @@ createPanel(Panel *p)
|
||||
|
||||
|
||||
WMMapSubwidgets(panel->bgF);
|
||||
|
||||
#endif
|
||||
/*** options ***/
|
||||
panel->optF = WMCreateFrame(panel->frame);
|
||||
WMSetFrameRelief(panel->optF, WRFlat);
|
||||
|
||||
@@ -99,7 +99,7 @@ storeDefaults(_Panel *panel)
|
||||
|
||||
SetBoolForKey(WMGetButtonSelected(panel->swi[2]), "SaveSessionOnExit");
|
||||
SetBoolForKey(WMGetButtonSelected(panel->swi[3]), "UseSaveUnders");
|
||||
SetBoolForKey(WMGetButtonSelected(panel->swi[4]), "WindowsCycling");
|
||||
SetBoolForKey(WMGetButtonSelected(panel->swi[4]), "WindozeCycling");
|
||||
SetBoolForKey(WMGetButtonSelected(panel->swi[5]), "DontConfirmKill");
|
||||
SetBoolForKey(WMGetButtonSelected(panel->swi[6]), "DisableBlinking");
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
/****/
|
||||
|
||||
#define WVERSION "0.42"
|
||||
#define WVERSION "0.43"
|
||||
#define WMVERSION "0.62.x"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user