[pitivi] application: Make preview project working again
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] application: Make preview project working again
- Date: Mon, 23 May 2011 00:57:04 +0000 (UTC)
commit 0107e15f82aca3d3409303a1deadfeac244bb9d0
Author: Thibault Saunier <thibault saunier collabora co uk>
Date: Sun May 22 20:53:16 2011 -0400
application: Make preview project working again
903bd3e609fed098423e05c2ea7d390083de7dda broked it.
pitivi/application.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/application.py b/pitivi/application.py
index ac71d5f..ff02d3e 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -414,7 +414,7 @@ class PreviewGuiPitivi(GuiPitivi):
self._loadProject(project_filename)
def _createGui(self):
- self.viewer = PitiviViewer(self.settings)
+ self.viewer = PitiviViewer(self)
window = gtk.Window()
window.connect("delete-event", self._deleteCb)
window.add(self.viewer)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]