Opened 10 years ago

Closed 10 years ago

#4650 closed defect (fixed)

copy to clipboard fails

Reported by: walter Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: Git as of bugdate
Severity: Unspecified Keywords: AU1B
Cc: godiard Distribution/OS: Fedora
Bug Status: Unconfirmed

Description

In Sugar 100, the copy to clipboard in the journal palette fails with an attribute error on line 419 of jarabe/journal/palette.py

there is no attribute self._uid_list

Investigating.

Change History (5)

comment:1 Changed 10 years ago by walter

The obvious fix is to add self._uid_list = self._uid_list_cb() but it seems the code is a bit convoluted and perhaps it could all be improved.

comment:2 Changed 10 years ago by godiard

I think this was changed when we moved to multiple selection.

What about replace:

for uid in self._uid_list:

by

for uid in self._get_uid_list_cb():

I think that was the intention of the change

comment:3 Changed 10 years ago by godiard

Btw, is Sunday ;)

comment:5 Changed 10 years ago by dnarvaez

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.