From ce6554dd687d4f647f20f7d8357eb42eb7c9cc55 Mon Sep 17 00:00:00 2001 From: Jordy PROVOST Date: Thu, 2 Jun 2016 00:34:31 +0200 Subject: [PATCH] bug fix (1528014) --- terminatorlib/plugins/custom_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminatorlib/plugins/custom_commands.py b/terminatorlib/plugins/custom_commands.py index 926168f8..6ebc2ac6 100755 --- a/terminatorlib/plugins/custom_commands.py +++ b/terminatorlib/plugins/custom_commands.py @@ -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"""