mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
util/wmgenmenu.c(main): Close parentheses around vgradient
Currently, menu definitions created by wmgenmenu don't include the closing parenthesis in vgradient constructs. This patch adds the missing closing parentheses. Signed-off-by: Страхиња Радић <contact@strahinja.org>
This commit is contained in:
committed by
Carlos R. Mafra
parent
93b049356f
commit
d947095881
@@ -217,7 +217,7 @@ int main(int argc, char *argv[])
|
|||||||
WMCreatePLString(label), \
|
WMCreatePLString(label), \
|
||||||
WMCreatePLString("EXEC"), \
|
WMCreatePLString("EXEC"), \
|
||||||
WMCreatePLString("wdwrite WindowMaker WorkspaceBack '(vgradient, \"" \
|
WMCreatePLString("wdwrite WindowMaker WorkspaceBack '(vgradient, \"" \
|
||||||
fcolorspec "\", \"" tcolorspec "\"'"), \
|
fcolorspec "\", \"" tcolorspec "\")'"), \
|
||||||
NULL \
|
NULL \
|
||||||
); \
|
); \
|
||||||
WMAddToPLArray(L3Menu, L4Menu)
|
WMAddToPLArray(L3Menu, L4Menu)
|
||||||
|
|||||||
Reference in New Issue
Block a user