mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
fixed bug with bag sorting
fixed bug with stacking code
This commit is contained in:
@@ -644,7 +644,7 @@ constructMenu(WMenu *menu, WMenuEntry *entry)
|
||||
time_t last=0;
|
||||
|
||||
separateCommand((char*)entry->clientdata, &path, &cmd);
|
||||
if (!path || *path==NULL || **path==0) {
|
||||
if (path == NULL || *path==NULL || **path==0) {
|
||||
wwarning(_("invalid OPEN_MENU specification: %s"),
|
||||
(char*)entry->clientdata);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user