Crash selecting "shapes" menu with Media panel selected

Bug #498639 reported by Steven Sproat
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Whyteboard
Fix Released
High
Steven Sproat
0.39
Fix Released
Undecided
Unassigned

Bug Description

Results in this:

*** Sat Dec 19 00:44:59 2009 ***
Traceback (most recent call last):
  File "/usr/bin/whyteboard", line 863, in update_menus
    elif _id == ID_MOVE_UP and self.board.check_move("up"):
  File "/usr/lib/whyteboard/whyteboard.py", line 437, in check_move
    if self.shapes.index(self.selected) != length:
ValueError: list.index(x): x not in list

*** Sat Dec 19 00:45:02 2009 ***
Traceback (most recent call last):
  File "/usr/bin/whyteboard", line 865, in update_menus
    elif _id == ID_MOVE_DOWN and self.board.check_move("down"):
  File "/usr/lib/whyteboard/whyteboard.py", line 440, in check_move
    if self.shapes.index(self.selected) != 0:
ValueError: list.index(x): x not in list

Really stupid oversight on my behalf; forgot to change one line of code...sigh

Tags: all crash
Steven Sproat (sproaty)
Changed in whyteboard:
status: Fix Committed → Fix Released
Steven Sproat (sproaty)
tags: added: all crash
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.