[pitivi] Remove the separator from the unsaved changes dialog.



commit 3827bcabd495d481d140ca468d5bc6e87ba9ddef
Author: Alessandro Decina <alessandro d gmail com>
Date:   Fri Jun 12 17:32:11 2009 +0200

    Remove the separator from the unsaved changes dialog.

 pitivi/ui/mainwindow.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 9f5da42..cd34a20 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -685,7 +685,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
             return True
 
         dialog = gtk.Dialog(_("Close project"),
-            self, gtk.DIALOG_MODAL,
+            self, gtk.DIALOG_MODAL | gtk.DIALOG_NO_SEPARATOR,
             (gtk.STOCK_DISCARD, gtk.RESPONSE_REJECT,
                     gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
                     gtk.STOCK_SAVE, gtk.RESPONSE_YES))



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