To fix 1, you need to use Unicode strings (or if the filesystem is written with
a specific ISO character page, you have to find out which one, I think - maybe
they automatically remap to Unicode, not sure). Your filesystem is 99+% going
to be UTF-8 aware. English works fine for you because ISO-8
Never mind - I spent two hours looking at this and then realized I
needed to set a Response ID on the button itself. I thought it defaulted
for the stock buttons.
-Original Message-
From: gtk-app-devel-list-boun...@gnome.org
[mailto:gtk-app-devel-list-boun...@gnome.org] On Behalf Of Ethan
I can't figure out what I'm doing wrong. I'm trying to make a login
dialog - I created it in Glade-3 making sure to use a GtkDialog
template.
But the result is always 0, which isn't in the ResponseType enum at all.
def login(self):
self.builder.add_from_file("transmission.gl