** Changed in: openshot Assignee: (unassigned) => Andy Finch (fincha)
** Changed in: openshot Status: Confirmed => In Progress -- You received this bug notification because you are a member of OpenShot Developers, which is subscribed to OpenShot Video Editor. https://bugs.launchpad.net/bugs/724302 Title: changing label of files with same name changes both labels Status in OpenShot Video Editor: In Progress Bug description: If you have attach two files with the same name, but different paths, and change the label in one, apon reopening the project, both files have the same label. To reproduce: 1) Add test1/image01.jpg to project 2) Add test2/image01.jpg to project Change label of first image01.jpg. After saving project, and closing openshot and reopening project, both files have same label. This occurs in version 1.3.0, and latest from trunk. Running archlinux (latest, rolling release). This occurs because the UpdateFileLabel function works on the "name" of the file object. Changing this to use the file objects unique_id fixes this problem. I've attached a bzr send -o of the changes i did to fix this problem. I've also removed references to UpdateFileLabel from the TreeHistory, TreeBlender, and TreeEffects classes, as the cell_edited function is never called in these classes as none of the forms cells are editable. I've never used bzr before, so not sure if the bzr send -o command is the right one to use in this circumstance, but its output is text based so you can get the patches from the merge file at any rate. To manage notifications about this bug go to: https://bugs.launchpad.net/openshot/+bug/724302/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openshot.developers Post to : openshot.developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~openshot.developers More help : https://help.launchpad.net/ListHelp