[pitivi] Do not center the text in the missing files dialog



commit 66a9d8232439c7562a49e7a54c0cf40b10c7691c
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Mon Dec 27 18:11:41 2010 -0500

    Do not center the text in the missing files dialog

 pitivi/ui/mainwindow.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 0e3ebcf..9e8a77c 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -955,7 +955,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
 
         label = gtk.Label()
         label.set_markup(text)
-        label.set_justify(gtk.JUSTIFY_CENTER)
         dialog.get_content_area().pack_start(label, False, False)
         label.show()
 



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