Skip to content
Snippets Groups Projects
Commit a4b368f1 authored by rswindell's avatar rswindell
Browse files

Bug-fix: was storing the selected directory's *name* in the configuration

(tickit.ini) rather than the internal code.
Thanks for the report, Ragnarok.
parent db83a564
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ function pick_dir(obj)
}
dir = uifc.list(WIN_SAV|WIN_ACT|WIN_BOT, "Select Dir", dirs, dctx);
if (dir >= 0) {
return dirs[dir];
return dircodes[dir];
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment