From 35a0ea29cfe9ea1d7fc63661245c9a4a1f343fd2 Mon Sep 17 00:00:00 2001 From: Erin Pinheiro Date: Thu, 30 Jul 2015 17:08:43 -0300 Subject: [PATCH] call confirm from dialog instead of button this shouldn't be like this but it works --- graphtecprint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphtecprint b/graphtecprint index 01d3350..93bbb9d 100755 --- a/graphtecprint +++ b/graphtecprint @@ -149,7 +149,8 @@ class graphtec_dialog: dialog["dialog2"].set_property("visible", False) def on_okbutton1_clicked(w): - w.confirm() + #w.confirm() + dialog.confirm() gtk.main_quit() def on_papersize_changed(w):