[pitivi] encodingdialog: Initialize Loggable class first



commit 55956b09ffe75bb3c143ee48bf8f5ef0800ba14d
Author: Edward Hervey <bilboed bilboed com>
Date:   Sat Jun 19 12:05:41 2010 +0200

    encodingdialog: Initialize Loggable class first
    
    This ensures a logCategory exists

 pitivi/ui/encodingdialog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/encodingdialog.py b/pitivi/ui/encodingdialog.py
index b9e54ef..ae9b6c6 100644
--- a/pitivi/ui/encodingdialog.py
+++ b/pitivi/ui/encodingdialog.py
@@ -48,8 +48,8 @@ class EncodingDialog(GladeWindow, Loggable):
     glade_file = "encodingdialog.glade"
 
     def __init__(self, app, project, pipeline=None):
-        GladeWindow.__init__(self)
         Loggable.__init__(self)
+        GladeWindow.__init__(self)
 
         self.app = app
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]