mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +01:00
Repair defaults for new titlebar button style
Originally missed in 17cc7c3c
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
4478f21b7f
commit
f206c15fea
@@ -81,7 +81,7 @@ static void showData(_Panel *panel)
|
||||
WMPerformButtonClick(panel->icoB[GetSpeedForKey("IconSlideSpeed")]);
|
||||
WMPerformButtonClick(panel->shaB[GetSpeedForKey("ShadeSpeed")]);
|
||||
|
||||
str = GetStringForKey("Newstyle");
|
||||
str = GetStringForKey("NewStyle");
|
||||
if (str && strcasecmp(str, "next") == 0) {
|
||||
WMPerformButtonClick(panel->nextB);
|
||||
} else if (str && strcasecmp(str, "old") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user