mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
A few small fixes before 0.52.0 release.
This commit is contained in:
@@ -337,7 +337,7 @@ listIconPaths(WMList *lPtr)
|
||||
/* do not sort, because the order implies the order of
|
||||
* directories searched */
|
||||
if (access(tmp, X_OK)==0)
|
||||
WMAddListItem(lPtr, tmp);
|
||||
WMAddListItem(lPtr, path);
|
||||
free(tmp);
|
||||
} while ((path=strtok(NULL, ":"))!=NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user