openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00570
[Branch ~openshot.code/openshot/main] Rev 685: Removed play & pause commands that were called when opening the clip properties window. They don'...
------------------------------------------------------------
revno: 685
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Tue 2012-08-28 21:19:02 +0100
message:
Removed play & pause commands that were called when opening the clip properties window. They don't seem to serve any purpose.
modified:
openshot/windows/ClipProperties.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/windows/ClipProperties.py'
--- openshot/windows/ClipProperties.py 2012-06-20 20:29:11 +0000
+++ openshot/windows/ClipProperties.py 2012-08-28 20:19:02 +0000
@@ -133,8 +133,8 @@
self.RefreshPreview()
# start and stop the video
- self.form.MyVideo.play()
- self.form.MyVideo.pause()
+ #self.form.MyVideo.play()
+ #self.form.MyVideo.pause()
# set the initial tab
self.notebook1.set_current_page(initial_tab)