1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-31 11:02:35 +01:00

- made "Keep on Top" in the dock/clip menu a checked menu entry. It's _much_

easier to work with it this way.
- better naming of options in the clip options menu.
- better detection of whether to use EXEC or SHEXEC in WPrefs menu editor.
This commit is contained in:
dan
2001-04-10 22:00:41 +00:00
parent 9035122c5f
commit e0235bb61b
5 changed files with 30 additions and 25 deletions

View File

@@ -1626,7 +1626,7 @@ processData(char *title, ItemData *data)
switch (data->type) {
case ExecInfo:
#if 1
if (strpbrk(data->param.exec.command, "&$*|><?`=")) {
if (strpbrk(data->param.exec.command, "&$*|><?`=;")) {
s1 = "SHEXEC";
} else {
s1 = "EXEC";