Commit e056523a0009e2963dbd07b7e742252b2d09d496

Authored by perry.werneck@gmail.com
1 parent e7efe4fe

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 519 g_string_free(str,TRUE);
520 520 }
521 521  
  522 + trace("%s ends",__FUNCTION__);
  523 +
522 524 }
523 525  
524 526 #ifdef WIN32
... ...