Comment 1 for bug 243007

Revision history for this message
Florian Boucault (fboucault) wrote :

The bug described does not match with the traceback. That is the real traceback:

Traceback (most recent call last):
  File "/home/kaleo/dev/elisa/upicek/elisa-plugins/elisa/plugins/pigment/pigment_frontend.py", line 396, in handle_input
    self.controller.handle_input(input_manager, input_event)
  File "/home/kaleo/dev/elisa/upicek/elisa-plugins/elisa/plugins/poblesec/main.py", line 170, in handle_input
    if self.focused_controller.handle_input(manager, input_event) == True:
  File "/home/kaleo/dev/elisa/upicek/elisa-plugins/elisa/plugins/poblesec/poblesec_browser_controller.py", line 597, in handle_input
    self.history.current.handle_input(manager, input_event) == True:
  File "/home/kaleo/dev/elisa/upicek/elisa-plugins/elisa/plugins/poblesec/vertical_list.py", line 58, in handle_input
    return super(VerticalListController, self).handle_input(manager, input_event)
  File "/home/kaleo/dev/elisa/upicek/elisa-plugins/elisa/plugins/poblesec/list_controller.py", line 65, in handle_input
    item = self.nodes.model[self.nodes.selected_item_index]
IndexError: list index out of range

The traceback in the description is a real one though and now fixed.