bug fix (1528014)
This commit is contained in:
parent
66dac0af5b
commit
ce6554dd68
|
@ -53,8 +53,8 @@ class CustomCommandsMenu(plugin.MenuItem):
|
|||
'command' : command
|
||||
}
|
||||
)
|
||||
for cmd in noord_cmds:
|
||||
self.cmd_list[len(self.cmd_list)] = cmd
|
||||
for cmd in noord_cmds:
|
||||
self.cmd_list[len(self.cmd_list)] = cmd
|
||||
|
||||
def callback(self, menuitems, menu, terminal):
|
||||
"""Add our menu items to the menu"""
|
||||
|
|
Loading…
Reference in New Issue