[pitivi] Fix a typo in the GI compatibility code
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Fix a typo in the GI compatibility code
- Date: Sun, 2 Sep 2012 04:02:20 +0000 (UTC)
commit e90aae6eaa42ef4e9f0e02da3dcc5c8dc82661da
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Mon Aug 13 16:34:05 2012 -0400
Fix a typo in the GI compatibility code
pitivi/utils/pygtkcompat.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/utils/pygtkcompat.py b/pitivi/utils/pygtkcompat.py
index f635f9a..19ff984 100644
--- a/pitivi/utils/pygtkcompat.py
+++ b/pitivi/utils/pygtkcompat.py
@@ -464,7 +464,7 @@ def enable_ges(version='1.0'):
GES.init()
GES.timeline_new_audio_video = GES.Timeline.new_audio_video
GES.track_audio_raw_new = GES.Track.audio_raw_new
- GES.track_video_raw_new = GES.Track.audio_raw_new
+ GES.track_video_raw_new = GES.Track.video_raw_new
GES.formatter_can_load_uri = GES.Formatter.can_load_uri
_install_enums(GES)
@@ -630,6 +630,7 @@ def enable_gst(version='1.0'):
sys.modules['gst.pbutils'] = GstPbutils
_install_enums(GstPbutils)
+
def enable_goocanvas():
gi.require_version('GooCanvas', '2.0')
from gi.repository import GooCanvas
@@ -641,6 +642,7 @@ def enable_goocanvas():
GooCanvas.Group = GooCanvas.CanvasGroup
GooCanvas.Rect = GooCanvas.CanvasRect
GooCanvas.Text = GooCanvas.CanvasText
+
#FIXME Missing anotation in GooItem(bug 677013), reimplement
def raise_new(self, above):
parent = self.get_parent()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]