[pitivi/ges: 145/287] encodingdialog: Do not forget systems
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges: 145/287] encodingdialog: Do not forget systems
- Date: Thu, 15 Mar 2012 16:38:01 +0000 (UTC)
commit 7f99a20a86a3604f6231a133e4899c25f1ac9e43
Author: Thibault Saunier <thibault saunier collabora com>
Date: Wed Jan 4 19:51:13 2012 -0300
encodingdialog: Do not forget systems
We forgot to set EncodingDialogProgress.system duringh the merging of the
inhibit branch... breaking the rendering.
pitivi/ui/encodingdialog.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/encodingdialog.py b/pitivi/ui/encodingdialog.py
index ff81595..6095ac7 100644
--- a/pitivi/ui/encodingdialog.py
+++ b/pitivi/ui/encodingdialog.py
@@ -113,6 +113,7 @@ class EncodingProgressDialog(Signallable):
def __init__(self, app, parent):
self.app = app
+ self.system = app.app.system
self.builder = gtk.Builder()
self.builder.add_from_file(os.path.join(configure.get_ui_dir(),
"encodingprogress.ui"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]