← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 522: Fixed bug #837617, Clip properties dialog resets project modified status.

 

------------------------------------------------------------
revno: 522
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Tue 2011-08-30 21:53:45 +0100
message:
  Fixed bug #837617, Clip properties dialog resets project modified status.
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	2011-08-27 17:54:54 +0000
+++ openshot/windows/ClipProperties.py	2011-08-30 20:53:45 +0000
@@ -140,7 +140,7 @@
 		# mark project as modified
 		# so that the real project is refreshed... even if these 
 		# preview changes are not accepted
-		self.project.set_project_modified(is_modified=False, refresh_xml=True)
+		self.project.set_project_modified(is_modified=True, refresh_xml=True)
 
 		
 	def restore_window_size(self):