mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-10 10:35:46 +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:
@@ -2,6 +2,7 @@ changes since wmaker 0.53.0:
|
||||
............................
|
||||
|
||||
- added balloon help
|
||||
- fixed a bug with setting initial path in browsers.
|
||||
|
||||
changes since wmaker 0.52.0:
|
||||
............................
|
||||
|
||||
@@ -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