Commit f70e8139c19dcb54ec5696ee93f3d44196e68925

Authored by perry.werneck@gmail.com
1 parent 4439ea7a

Corrigindo erro na configuração de cores da impressão

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pw3270/print.c
... ... @@ -536,7 +536,7 @@ static gchar * enum_to_string(GType type, guint enum_value)
536 536 {
537 537 info->color[f] = clr[f];
538 538 if(f)
539   - g_string_append_c(str,',');
  539 + g_string_append_c(str,';');
540 540 g_string_append_printf(str,"%s",gdk_rgba_to_string(clr+f));
541 541 }
542 542 set_string_to_config("print","colors","%s",str->str);
... ...