[pitivi] timeline: set auto-transition to True



commit 29e424ce6fcfdb158cea683d8a39235ffeeb78b0
Author: Anton Belka <antonbelka gmail com>
Date:   Sat Jun 29 02:42:32 2013 +0300

    timeline: set auto-transition to True

 pitivi/project.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/project.py b/pitivi/project.py
index 146bae9..a8b770e 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -812,6 +812,7 @@ class Project(Loggable, GES.Project):
         unlike GES.Project
         """
         self.timeline = self.extract()
+        self.timeline.set_auto_transition(True)
         self._calculateNbLoadingAssets()
         if self.timeline is None:
             return False


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