Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 6dc2ad4

Browse files
Merge pull request #1696 from livecode/bugfix-20171
[Bug 20171] Use absolute path to reference stack revPreferences when IDE starts
2 parents d8d86e5 + d73715e commit 6dc2ad4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Toolset/home.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ private command revInternal__SetupPreferences
646646

647647
-- ensure the script of stack preferences is empty
648648
-- as setprops could be dangerous
649-
set the script of stack "revpreferences" to empty
649+
set the script of stack tPreferencesStackFile7 to empty
650650

651651
put the stackFiles of stack "Home" into tStackFiles
652652
put return & "revPreferences", tPreferencesStackFile7 after tStackFiles

notes/bugfix-20171.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Make sure LiveCode 8+ launches correctly if only an old (livecode.rev) Preferences file is present

0 commit comments

Comments
 (0)