mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
added contrib/ directory, updated WPrefs and wmsetbg for smoothed
backgrounds, added GNUstep info panel, added patch for saving menu position state
This commit is contained in:
@@ -1314,7 +1314,8 @@ postProcessMenu(proplist_t menu)
|
||||
if (strcmp(cmd, "RESTARTW")==0) {
|
||||
changeItemCommand(item, "RESTART");
|
||||
removeParameter(item);
|
||||
} else if (strcmp(cmd, "EXEC")==0 || strcmp(cmd, "OPEN_MENU")==0) {
|
||||
} else if (strcmp(cmd, "EXEC")==0 || strcmp(cmd, "SHEXEC")==0 ||
|
||||
strcmp(cmd, "OPEN_MENU")==0) {
|
||||
/* do nothing */
|
||||
} else if (strcmp(cmd, "RESTART")==0 || strcmp(cmd, "SHUTDOWN")==0
|
||||
|| strcmp(cmd, "EXIT")==0) {
|
||||
|
||||
Reference in New Issue
Block a user