robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Interleave segments broken #196

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago
Traceback (most recent call last):
  File "/home/rob/src/omnivore/pyface/ui/wx/action/action_item.py", line 277, in _on_menu
    self.controller.perform(action, action_event)
  File "/home/rob/src/omnivore/pyface/tasks/action/task_action_controller.py", line 31, in perform
    return action.perform(event)
  File "/home/rob/src/omnivore/omnivore8bit/hex_edit/actions.py", line 704, in perform
    dlg = SegmentInterleaveDialog(e.window.control, "Interleave Segments", e.document.segments[1:])
  File "/home/rob/src/omnivore/omnivore8bit/ui/dialogs.py", line 128, in __init__
    self.add_command_area(vbox, credits)
TypeError: add_command_area() takes exactly 2 arguments (3 given)