From 87b5819f82eb4e8502a4e63ec1b4079c7aac9913 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 6 Jan 2017 20:43:33 +0300 Subject: [PATCH] aefaef --- Applications.txt | 2 +- lib/MineOSCore.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications.txt b/Applications.txt index 135c97b8..c34a93f3 100644 --- a/Applications.txt +++ b/Applications.txt @@ -271,7 +271,7 @@ name="lib/MineOSCore.lua", url="IgorTimofeev/OpenComputers/master/lib/MineOSCore.lua", type="Library", - version=1.24, + version=1.25, }, { name="lib/advancedLua.lua", diff --git a/lib/MineOSCore.lua b/lib/MineOSCore.lua index 1791c6e9..62dc82f6 100755 --- a/lib/MineOSCore.lua +++ b/lib/MineOSCore.lua @@ -706,7 +706,7 @@ function MineOSCore.iconRightClick(icon, eventData) elseif action == MineOSCore.localization.contextMenuAddToFavourites then computer.pushSignal("finderFavouriteAdded", icon.path) elseif action == MineOSCore.localization.contextMenuShowPackageContent then - computer.pushSignal("MineOSCore", "updateFileList") + computer.pushSignal("MineOSCore", "changeWorkpath", icon.path) elseif action == MineOSCore.localization.contextMenuCopy then _G.clipboard = icon.path elseif action == MineOSCore.localization.contextMenuCut then