Opened 14 years ago

Closed 14 years ago

#1463 closed defect (fixed)

palette breaks when importing image from the Journal

Reported by: rgs Owned by: rgs
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Turtleart Version: Git as of bugdate
Severity: Unspecified Keywords: turtle art palette frozen journal object
Cc: walter Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

Steps to reproduce:

  • make sure you've got an image on your Journal (from any source)
  • start a fresh instance of TA
  • grab the show block from the Turtle palette
  • select an image from Journal (by clicking on the Journal object icon)
  • palette should now be unusable

I got this on the activity log:

Traceback (most recent call last):

File "/usr/share/sugar/activities/TurtleArt.activity/tawindow.py", line 150, in buttonpress_cb

button_press(tw, event.get_state()&gtk.gdk.CONTROL_MASK, x, y)

File "/usr/share/sugar/activities/TurtleArt.activity/tawindow.py", line 166, in button_press

unselect(tw)

File "/usr/share/sugar/activities/TurtleArt.activity/tawindow.py", line 659, in unselect

i = int(tw.selected_block.label)

ValueError: invalid literal for int() with base 10: 'None'

Change History (1)

comment:1 Changed 14 years ago by walter

  • Resolution set to fixed
  • Status changed from new to closed

Should be OK in v72. Please reopen if there is still a problem.

Note: See TracTickets for help on using tickets.