Merge lp:~jordy-provost/terminator/bug_1528014 into lp:terminator/trunk

Proposed by Jordy PROVOST
Status: Merged
Approved by: Bryce Harrington
Approved revision: 1741
Merged at revision: 1742
Proposed branch: lp:~jordy-provost/terminator/bug_1528014
Merge into: lp:terminator/trunk
Diff against target: 14 lines (+2/-2)
1 file modified
terminatorlib/plugins/custom_commands.py (+2/-2)
To merge this branch: bzr merge lp:~jordy-provost/terminator/bug_1528014
Reviewer Review Type Date Requested Status
Bryce Harrington Approve
Review via email: mp+296315@code.launchpad.net

Commit message

Minimal fix for bug #1528014 (custom commands plugin).

Description of the change

Minimal fix for bug #1528014 (custom commands plugin).

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'terminatorlib/plugins/custom_commands.py'
2--- terminatorlib/plugins/custom_commands.py 2015-09-19 02:59:47 +0000
3+++ terminatorlib/plugins/custom_commands.py 2016-06-02 11:45:05 +0000
4@@ -53,8 +53,8 @@
5 'command' : command
6 }
7 )
8- for cmd in noord_cmds:
9- self.cmd_list[len(self.cmd_list)] = cmd
10+ for cmd in noord_cmds:
11+ self.cmd_list[len(self.cmd_list)] = cmd
12
13 def callback(self, menuitems, menu, terminal):
14 """Add our menu items to the menu"""