[pitivi] thumbnailer: Don't set a property we don't implement
- From: Nicolas Dufresne <nicolasd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] thumbnailer: Don't set a property we don't implement
- Date: Wed, 27 Mar 2013 15:54:26 +0000 (UTC)
commit d42a545d6f7828b7bef4f127860f7c15c98e37d0
Author: Nicolas Dufresne <nicolas dufresne collabora co uk>
Date: Sat Mar 9 10:19:54 2013 -0500
thumbnailer: Don't set a property we don't implement
pointer-events is a virtual property in latest GooCanvas. For this reason, we can't set this
property unless we implement it.
pitivi/timeline/thumbnailer.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/timeline/thumbnailer.py b/pitivi/timeline/thumbnailer.py
index 8ac55e4..7b5a03a 100644
--- a/pitivi/timeline/thumbnailer.py
+++ b/pitivi/timeline/thumbnailer.py
@@ -804,7 +804,6 @@ class Preview(GooCanvas.CanvasItemSimple, GooCanvas.CanvasItem, Zoomable):
self.app = instance
self.height = float(height)
self.element = element
- self.set_property("pointer-events", False)
# ghetto hack
self.hadj = instance.gui.timeline_ui.hadj
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]