Commit a85d32e7 authored by Dan Pascu's avatar Dan Pascu

Fixed setting user states while an internal state is active

parent c2a302c8
......@@ -401,8 +401,8 @@ class MainWindow(base_class, ui_class):
self.activity_note.clearFocus()
note = self.activity_note.text()
if note != self.account_state.note:
self.account_state.state.internal = False
self.account_state.setState(self.account_state.state, note)
self.saved_account_state = None
def _SH_AddContactButtonClicked(self, clicked):
model = self.contact_model
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment