[pitivi/ges: 145/287] encodingdialog: Do not forget systems



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]