Labels disappear after moving files to a folder or after an undo action
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
Medium
|
Jonathan Thomas |
Bug Description
Ubuntu 11.04 (64-bit), Dutch language
Openshot 1.4.0-beta1 (latest trunk, revision 574)
Steps to reproduce:
1. Start OpenShot
2. Import several clips
3. Label some or all of the clips
4. Remove the last imported clip from the "Project files" tree
5. Press "Undo"
Result: all the labels of all the clips disappear
6. Label some or all of the clips again
7. Create one or more folders
8. Label the folder(s)
9. Move a clip to a folder
Result: labels of all the folders disappear
Same happens when you import a clip after labeling a folder
Traceback (most recent call last):
File "/home/
self.
File "/home/
if item.unique_id == unique_id:
AttributeError: OpenShotFolder instance has no attribute 'unique_id'
Related branches
Changed in openshot: | |
assignee: | nobody → Jonathan Thomas (jonoomph) |
importance: | Undecided → Medium |
milestone: | none → 1.4.1 |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
This is now fixed in the trunk. Changing labels now updates the undo/redo history and marks the project as 'modified'. Also, folders were not setup correctly to handle labels. So, I fixed folders so they can now have labels. It all seems to work good now.