Skip to content

Commit

Permalink
Fixed DesktopMenuItems that were children of Setup.Option (as opposed to
Browse files Browse the repository at this point in the history
 children of Setup.Package) failing to install.
  • Loading branch information
icculus committed Feb 26, 2008
1 parent 7c41b08 commit bdc49d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mojosetup_mainline.lua
Expand Up @@ -1383,7 +1383,7 @@ local function do_install(install)
if install.desktopmenuitems == nil then
install.desktopmenuitems = {}
end
install.desktopmenuitems[#install.desktopmenuitems] = item
install.desktopmenuitems[#install.desktopmenuitems+1] = item
end
end
end
Expand Down

0 comments on commit bdc49d4

Please sign in to comment.