utf-8 decoding moved from contacts
This commit is contained in:
parent
a935d602f8
commit
b591ac13ba
6 changed files with 6 additions and 9 deletions
|
@ -272,7 +272,7 @@ class ProfileSettings(CenteredWidget):
|
|||
|
||||
def closeEvent(self, event):
|
||||
self._profile.set_name(self.nick.text())
|
||||
self._profile.set_status_message(self.status_message.text().encode('utf-8'))
|
||||
self._profile.set_status_message(self.status_message.text())
|
||||
self._profile.set_status(self.status.currentIndex())
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue