Bug#919021: gedit: TypeError in string_in_native_doc_encoding()

Jakub Wilk jwilk at jwilk.net
Fri Jan 11 19:57:19 GMT 2019


Source: gedit
Version: 3.30.2-2
Tags: upstream

plugins/snippets/snippets/document.py contains the following code:

   cv = GLib.convert(s, -1, enc.get_charset(), 'UTF-8')

But GLib.convert() takes 3 arguments, not 4, so this will always fail 
with TypeError.

-- 
Jakub Wilk



More information about the pkg-gnome-maintainers mailing list