fix encoding problems
This commit is contained in:
parent
d20dcfccea
commit
f200fca7f2
|
@ -2218,8 +2218,7 @@ class AccountsWindow:
|
|||
def on_password_entry1_changed(self, widget):
|
||||
if self.ignore_events:
|
||||
return
|
||||
passwords.save_password(self.current_account, widget.get_text().decode(
|
||||
'utf-8'))
|
||||
passwords.save_password(self.current_account, widget.get_text())
|
||||
|
||||
def on_save_password_checkbutton1_toggled(self, widget):
|
||||
if self.ignore_events:
|
||||
|
|
Loading…
Reference in New Issue