Commit e056523a0009e2963dbd07b7e742252b2d09d496
1 parent
e7efe4fe
Exists in
master
and in
5 other branches
Corrigindo diálogo de impressão
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/pw3270/print.c
@@ -519,6 +519,8 @@ static gchar * enum_to_string(GType type, guint enum_value) | @@ -519,6 +519,8 @@ static gchar * enum_to_string(GType type, guint enum_value) | ||
519 | g_string_free(str,TRUE); | 519 | g_string_free(str,TRUE); |
520 | } | 520 | } |
521 | 521 | ||
522 | + trace("%s ends",__FUNCTION__); | ||
523 | + | ||
522 | } | 524 | } |
523 | 525 | ||
524 | #ifdef WIN32 | 526 | #ifdef WIN32 |