openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00607
[Branch ~openshot.code/openshot/main] Rev 709: Using SHIFT + click to remove transition was not making the action available in the undo history.
------------------------------------------------------------
revno: 709
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Tue 2012-09-11 21:39:47 +0100
message:
Using SHIFT + click to remove transition was not making the action available in the undo history.
modified:
openshot/classes/transition.py
--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main
Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/classes/transition.py'
--- openshot/classes/transition.py 2012-09-10 01:52:06 +0000
+++ openshot/classes/transition.py 2012-09-11 20:39:47 +0000
@@ -252,7 +252,7 @@
self.parent.transitions.remove(self)
# mark project as modified
- self.parent.parent.project.set_project_modified(is_modified=True, refresh_xml=True)
+ self.parent.parent.project.set_project_modified(is_modified=True, refresh_xml=True, type = _("Removed transition"))
else: