[pitivi] Make the default interval of positionListener shorter



commit 88bd62f9ec73d50babcaed4dbaf6b355c84f5a26
Author: Mathieu Duponchelle <mathieu duponchelle epitech eu>
Date:   Wed Apr 17 05:06:10 2013 +0200

    Make the default interval of positionListener shorter

 pitivi/utils/pipeline.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/utils/pipeline.py b/pitivi/utils/pipeline.py
index ad4b50a..48b8759 100644
--- a/pitivi/utils/pipeline.py
+++ b/pitivi/utils/pipeline.py
@@ -291,7 +291,7 @@ class SimplePipeline(Signallable, Loggable):
 
         return dur
 
-    def activatePositionListener(self, interval=300):
+    def activatePositionListener(self, interval=30):
         """
         Activate the position listener.
 


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