← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 559: Fixed a regression with the frame snapshot function.

 

------------------------------------------------------------
revno: 559
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Wed 2011-09-07 22:42:42 +0100
message:
  Fixed a regression with the frame snapshot function.
modified:
  openshot/windows/MainGTK.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/MainGTK.py'
--- openshot/windows/MainGTK.py	2011-09-03 05:56:45 +0000
+++ openshot/windows/MainGTK.py	2011-09-07 21:42:42 +0000
@@ -2277,7 +2277,7 @@
 						#this will be the new name of the snapshot image file
 						new_name = fileBaseName +  str(intNum) + ".png"
 						#extract the frame
-						self.project.thumbnailer.get_thumb_at_frame(clip.file_object.name, int(frame_position), new_name, True)
+						self.project.thumbnailer.get_thumb_at_frame(clip.file_object.name, int(frame_position), new_name)
 						#add the file to the project in the project folder
 						self.project.project_folder.AddFile(self.project.folder + "/" + new_name)
 						#refresh the tree