Corretto bug nel pulsante stampa

Daniele Serra [2009-11-24 12:48]
Corretto bug nel pulsante stampa
Filename
DrPrintGui/MainWin.py
diff --git a/DrPrintGui/MainWin.py b/DrPrintGui/MainWin.py
index 3e90583..f6b0827 100644
--- a/DrPrintGui/MainWin.py
+++ b/DrPrintGui/MainWin.py
@@ -135,6 +135,8 @@ class MainWin(gtk.Window):
             orientation = self.orientation_select.get_orientation()
             sides = self.sides_select.get_sides_select()

+            resp = gtk.RESPONSE_OK
+
             if not (filename.lower().endswith("pdf") |
                     filename.lower().endswith("ps")):
                 dialog = MessageDialog("Attenzione!",
ViewGit