[pitivi] Add a pressed attribute at the timeline creation



commit 3b3bec1e6154346dd4355c58bd751a767f76aba6
Author: Mathieu Duponchelle <mathieu duponchelle epitech eu>
Date:   Sun Apr 21 22:54:31 2013 +0200

    Add a pressed attribute at the timeline creation

 pitivi/timeline/timeline.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index 9c328c5..1975f63 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -668,6 +668,7 @@ class Timeline(Gtk.VBox, Zoomable):
         self.scrolled = 0
 
         self.zoomed_fitted = True
+        self.pressed = False
 
         self._packScrollbars(self)
         self.stage.show()


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