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

Commit 3be3877

Browse files
committed
[[ Extensions ]] Make sure id is short name of stack
1 parent 8b04f89 commit 3be3877

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Toolset/libraries/revideextensionlibrary.livecodescript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,8 @@ private command __revIDELCSExtensionLoad pID, pFolder, pVersion, pStatus, pError
11001100

11011101
# Update name, status, error, and whether the extension comes with the IDE
11021102
local tId
1103-
put revInternal__LoadedLibraryStackName(item 1 of pSourceFile) into tId
1103+
put the short name of stack \
1104+
revInternal__LoadedLibraryStackName(item 1 of pSourceFile) into tId
11041105
__extensionPropertySet tCacheIndex, "name", tId
11051106
__extensionPropertySet tCacheIndex, "type_id", tId & "." & pVersion
11061107

0 commit comments

Comments
 (0)