decode strings from GTK
This commit is contained in:
parent
66f8bab7d6
commit
4fa573a3bd
|
@ -1836,7 +1836,8 @@ class AccountsWindow:
|
|||
def on_password_entry1_changed(self, widget):
|
||||
if self.ignore_events:
|
||||
return
|
||||
passwords.save_password(self.current_account, widget.get_text())
|
||||
passwords.save_password(self.current_account, widget.get_text().decode(
|
||||
'utf-8'))
|
||||
|
||||
def on_save_password_checkbutton1_toggled(self, widget):
|
||||
if self.ignore_events:
|
||||
|
|
Loading…
Reference in New Issue