From e056523a0009e2963dbd07b7e742252b2d09d496 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 9 Oct 2012 11:26:54 +0000 Subject: [PATCH] Corrigindo diálogo de impressão --- src/pw3270/print.c | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/pw3270/print.c b/src/pw3270/print.c index 0b28aa4..e7873d4 100644 --- a/src/pw3270/print.c +++ b/src/pw3270/print.c @@ -519,6 +519,8 @@ static gchar * enum_to_string(GType type, guint enum_value) g_string_free(str,TRUE); } + trace("%s ends",__FUNCTION__); + } #ifdef WIN32 -- libgit2 0.21.2