[pitivi] project: no need to update_restriction_caps on timeline creation.
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] project: no need to update_restriction_caps on timeline creation.
- Date: Fri, 27 Sep 2013 20:07:23 +0000 (UTC)
commit 20943e685439f8c82d379b52d8bc381c986fa1c3
Author: Mathieu Duponchelle <mathieu duponchelle epitech eu>
Date: Wed Sep 25 23:05:45 2013 +0200
project: no need to update_restriction_caps on timeline creation.
This will be done either by adding a track or when loading the timeline.
pitivi/project.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/project.py b/pitivi/project.py
index 0c200ff..ed8cc14 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -854,8 +854,6 @@ class Project(Loggable, GES.Project):
self.pipeline = Pipeline()
self.pipeline.add_timeline(self.timeline)
- self.update_restriction_caps()
-
return True
def update_restriction_caps(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]