Comment 7 for bug 25167

Revision history for this message
Carlo Vanini (silhusk) wrote :

I get a similar error:

(gtranslator:5864): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: La conversione del set di caratteri da "text/plain, charset=CHARSET" a "utf-8" non è supportata

(translation of the last line: character set conversion from "text/plain, charset=CHARSET" to "utf-8" not supported)

more times and gtranslator crashes when I try to _open_ a PO file containing the (somewhat malformed) header
"Content-Type: text/plain, charset=CHARSET\n"
Just changing the header line to
"Content-Type: text/plain; charset=CHARSET\n"
(note: the comma becomes a colon) prevents any crash.

msgfmt doesn't mind about this difference.

version: gtranslator 1.1.6 (1.1.6-3build1)