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

Commit e758a1c

Browse files
Merge pull request #1963 from livecode/bugfix-21176_part2
Fixed typo causing runtime error
2 parents a013f73 + 17c5c05 commit e758a1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Toolset/palettes/menubar/revmenubar.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ on mouseUp
10201020
end if
10211021
else if the short name of the owner of the target is "upgrade" then
10221022
local tStartCenterClassic
1023-
put revIDEGetPreference("StartCenterClassic") in tStartCenterClassic
1023+
put revIDEGetPreference("StartCenterClassic") into tStartCenterClassic
10241024
revIDESetPreference "StartCenterClassic", true
10251025
ideShowUpgradeOptions
10261026
revIDESetPreference "StartCenterClassic", tStartCenterClassic
@@ -2443,7 +2443,7 @@ function revListMenuHandlers pObject, pSort, pIndentationLevel
24432443
end revListMenuHandlers
24442444

24452445
on unIconifyStack
2446-
global gREVBackDropRestore
2446+
global gREVBackDropRestore, gREVRestore
24472447
set cursor to watch
24482448
lock messages
24492449
set the iconic of stack "revMenubar" to false

0 commit comments

Comments
 (0)