mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-28 02:45:47 +01:00
- fixed a bug with setting initial path in browsers.
- made the paths selector in WPrefs.app use the open file panel.
This commit is contained in:
@@ -690,6 +690,9 @@ WMSetBrowserPath(WMBrowser *bPtr, char *path)
|
||||
|
||||
removeColumn(bPtr, 1);
|
||||
|
||||
WMSelectListItem(bPtr->columns[0], -1);
|
||||
WMSetListPosition(bPtr->columns[0], 0);
|
||||
|
||||
i = 0;
|
||||
tmp = strtok(str, bPtr->pathSeparator);
|
||||
while (tmp) {
|
||||
|
||||
Reference in New Issue
Block a user