On Thu, Jan 19, 2012 at 11:53 PM, Nick Treleaven
<[email protected]> wrote:
> Hi,
> I'm seeing wrong encoding names in the encoding combo boxes on the Files tab
> of the Prefs dialog. E.g. where it should say UTF-8 I see Hebrew. Another
> Glade-related bug?

Sort of, according to glade combo_new_encoding, combo_open_encoding
and combo_eol all share the same underlying list model.

So when we initialise them, all the entries go in the same list, so
all three show the encodings twice and the end of line entries at the
bottom.

Two of these need to be pointed to different list models.

I don't have Glade 3.8.1 (need 3.10 for another project) so I
shouldn't do it, someone with the right Glade care to create two new
list models.

Cheers
Lex

>
> Nick
> _______________________________________________
> Geany-devel mailing list
> [email protected]
> https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
_______________________________________________
Geany-devel mailing list
[email protected]
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Reply via email to