Ticket #1463 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

palette breaks when importing image from the Journal

Reported by: rgs Owned by: rgs
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
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

Changed 4 years ago by walter

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.