summaryrefslogtreecommitdiffstats
path: root/lib/menubuilder.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/menubuilder.lua')
-rw-r--r--lib/menubuilder.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/menubuilder.lua b/lib/menubuilder.lua
index 6bb981f..b4f69ed 100644
--- a/lib/menubuilder.lua
+++ b/lib/menubuilder.lua
@@ -9,7 +9,7 @@ posix = require("posix")
format = require("acf.format")
fs = require("acf.fs")
--- returns a table of the "*.menu" tables
+-- returns a table of the "*.menu" tables
-- startdir should be the app dir.
local get_candidates = function (startdir)
return fs.find_files_as_array(".*%.menu", startdir, true)
@@ -80,9 +80,9 @@ mymodule.get_menuitems = function (self)
for i = 1,1 do -- loop so break works
-- Add the category
if nil == reversecats[result.cat] then
- table.insert ( cats,
- { name=result.cat,
- groups = {},
+ table.insert ( cats,
+ { name=result.cat,
+ groups = {},
reversegroups = {} } )
reversecats[result.cat] = #cats
end
@@ -165,7 +165,7 @@ mymodule.get_menuitems = function (self)
end
end
end
-
+
-- create new groups for each prefix/controller
for con in pairs(group.controllers) do
table.insert ( cat.groups,