[pitivi] project: no need to set auto_transition after starting to extract timeline.



commit f4134d46404d9c2bc51d4b095b27c6cf837df5b1
Author: Mathieu Duponchelle <mathieu duponchelle epitech eu>
Date:   Wed Aug 7 19:38:54 2013 +0200

    project: no need to set auto_transition after starting to extract timeline.

 pitivi/project.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/project.py b/pitivi/project.py
index 2c5f6b0..2aeae6b 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -817,7 +817,6 @@ class Project(Loggable, GES.Project):
         self.timeline = self.extract()
         if self.timeline is None:
             return False
-        self.timeline.set_auto_transition(True)
         self._calculateNbLoadingAssets()
 
         self.timeline.selection = Selection()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]