[pitivi] Make the default interval of positionListener shorter
- From: Jean-François Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Make the default interval of positionListener shorter
- Date: Wed, 24 Apr 2013 18:02:26 +0000 (UTC)
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]