[FarGroup/FarManager] master: LuaMacro: a small fix (8d1fc4d68)

0 views
Skip to first unread message

farg...@farmanager.com

unread,
Jul 13, 2024, 8:30:44 AM (5 days ago) Jul 13
to farco...@googlegroups.com
Repository : https://github.com/FarGroup/FarManager
On branch : master
Link : https://github.com/FarGroup/FarManager/commit/8d1fc4d68092498130f02772df328a1aca279326

>---------------------------------------------------------------

commit 8d1fc4d68092498130f02772df328a1aca279326
Author: Shmuel Zeigerman <solo...@gmail.com>
Date: Sat Jul 13 15:21:49 2024 +0300

LuaMacro: a small fix


>---------------------------------------------------------------

8d1fc4d68092498130f02772df328a1aca279326
plugins/luamacro/_globalinfo.lua | 2 +-
plugins/luamacro/changelog | 4 ++++
plugins/luamacro/luafar/version.h | 2 +-
plugins/luamacro/luamacro.lua | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/plugins/luamacro/_globalinfo.lua b/plugins/luamacro/_globalinfo.lua
index a15675399..c41c57792 100644
--- a/plugins/luamacro/_globalinfo.lua
+++ b/plugins/luamacro/_globalinfo.lua
@@ -1,6 +1,6 @@
function export.GetGlobalInfo()
return {
- Version = { 3, 0, 0, 845 },
+ Version = { 3, 0, 0, 846 },
MinFarVersion = { 3, 0, 0, 6327 },
Guid = win.Uuid("4EBBEFC8-2084-4B7F-94C0-692CE136894D"),
Title = "LuaMacro",
diff --git a/plugins/luamacro/changelog b/plugins/luamacro/changelog
index be9c6b5bb..b1700452a 100644
--- a/plugins/luamacro/changelog
+++ b/plugins/luamacro/changelog
@@ -1,3 +1,7 @@
+shmuel 2024-07-13 15:19:38+03:00 - build 846
+
+1. A small fix.
+
shmuel 2024-06-30 22:27:03+03:00 - build 845

1. LuaFAR: fix a memory leak.
diff --git a/plugins/luamacro/luafar/version.h b/plugins/luamacro/luafar/version.h
index 6350e8581..86a69a7ba 100644
--- a/plugins/luamacro/luafar/version.h
+++ b/plugins/luamacro/luafar/version.h
@@ -1,3 +1,3 @@
#include <farversion.hpp>

-#define PLUGIN_BUILD 845
+#define PLUGIN_BUILD 846
diff --git a/plugins/luamacro/luamacro.lua b/plugins/luamacro/luamacro.lua
index c6af67bc1..1c09425d1 100644
--- a/plugins/luamacro/luamacro.lua
+++ b/plugins/luamacro/luamacro.lua
@@ -514,7 +514,7 @@ end
-- TODO: when called from a module's panel, call that module's Configure()
function export.Configure (guid)
local items = utils.GetMenuItems()
- if items[guid] then items[guid].action() end
+ if items[guid] then items[guid].action(guid) end
end

local function Init()


Reply all
Reply to author
Forward
0 new messages