mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +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->icoB[GetSpeedForKey("IconSlideSpeed")]);
|
||||||
WMPerformButtonClick(panel->shaB[GetSpeedForKey("ShadeSpeed")]);
|
WMPerformButtonClick(panel->shaB[GetSpeedForKey("ShadeSpeed")]);
|
||||||
|
|
||||||
str = GetStringForKey("Newstyle");
|
str = GetStringForKey("NewStyle");
|
||||||
if (str && strcasecmp(str, "next") == 0) {
|
if (str && strcasecmp(str, "next") == 0) {
|
||||||
WMPerformButtonClick(panel->nextB);
|
WMPerformButtonClick(panel->nextB);
|
||||||
} else if (str && strcasecmp(str, "old") == 0) {
|
} else if (str && strcasecmp(str, "old") == 0) {
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
ColormapSize = 4;
|
ColormapSize = 4;
|
||||||
DisableDithering = NO;
|
DisableDithering = NO;
|
||||||
ModifierKey = Mod1;
|
ModifierKey = Mod1;
|
||||||
NewStyle = YES;
|
NewStyle = "new";
|
||||||
DisableDock = NO;
|
DisableDock = NO;
|
||||||
DisableClip = NO;
|
DisableClip = NO;
|
||||||
Superfluous = YES;
|
Superfluous = YES;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
NewStyle = YES;
|
NewStyle = new;
|
||||||
TitleJustify = left;
|
TitleJustify = left;
|
||||||
WindowTitleFont = "Trebuchet MS,sans serif:bold:pixelsize=12";
|
WindowTitleFont = "Trebuchet MS,sans serif:bold:pixelsize=12";
|
||||||
MenuTitleFont = "Trebuchet MS,sans serif:bold:pixelsize=12";
|
MenuTitleFont = "Trebuchet MS,sans serif:bold:pixelsize=12";
|
||||||
|
|||||||
2
debian/WindowMaker.default
vendored
2
debian/WindowMaker.default
vendored
@@ -41,7 +41,7 @@
|
|||||||
ColormapSize = 4;
|
ColormapSize = 4;
|
||||||
DisableDithering = NO;
|
DisableDithering = NO;
|
||||||
ModifierKey = Mod1;
|
ModifierKey = Mod1;
|
||||||
NewStyle = YES;
|
NewStyle = new;
|
||||||
DisableDock = NO;
|
DisableDock = NO;
|
||||||
DisableClip = NO;
|
DisableClip = NO;
|
||||||
Superfluous = NO;
|
Superfluous = NO;
|
||||||
|
|||||||
@@ -1210,7 +1210,7 @@ static int string2index(WMPropList * key, WMPropList * val, char *def, WOptionEn
|
|||||||
sizeof(buffer)-strlen(buffer)-1, "\"%s\"", v->string);
|
sizeof(buffer)-strlen(buffer)-1, "\"%s\"", v->string);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
wwarning(_("wrong option value for key \"%s\". Got \"%s\", should be one of %s"),
|
wwarning(_("wrong option value for key \"%s\"; got \"%s\", should be one of %s."),
|
||||||
WMGetFromPLString(key),
|
WMGetFromPLString(key),
|
||||||
WMIsPLString(val) ? WMGetFromPLString(val) : "(unknown)",
|
WMIsPLString(val) ? WMGetFromPLString(val) : "(unknown)",
|
||||||
buffer);
|
buffer);
|
||||||
|
|||||||
Reference in New Issue
Block a user