1
0
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:
dan
1999-05-04 23:14:47 +00:00
parent 0b851ffc3e
commit 6fc9e2a2e5
5 changed files with 54 additions and 114 deletions

View File

@@ -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) {