← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 635: Fixed a crash when adding effects to a clip in some locale (due to a non-unicode character)

 

------------------------------------------------------------
revno: 635
fixes bug: https://launchpad.net/bugs/925694
committer: Jonathan Thomas <Jonathan.Oomph@xxxxxxxxx>
branch nick: openshot
timestamp: Thu 2012-02-02 14:14:23 -0600
message:
  Fixed a crash when adding effects to a clip in some locale (due to a non-unicode character)
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	2012-01-30 02:01:16 +0000
+++ openshot/windows/MainGTK.py	2012-02-02 20:14:23 +0000
@@ -388,7 +388,7 @@
 		
 
 	def	save_project_state(self, type):
-		print "project modified: ", type
+		print "project state modified"
 			
 		# if history has changed in the middle of the stack (clear the rest of the stack)
 		if self.history_index < (len(self.history_stack) - 1):