message menu update - plugins, quotes

This commit is contained in:
ingvar1995
2016-07-19 23:19:42 +03:00
parent 6297da1c69
commit 697a9efb51
5 changed files with 44 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ class Profile(contact.Contact, Singleton):
self.send_typing(False)
self._screen.typing.setVisible(False)
if value is not None:
if self._active_friend + 1:
if self._active_friend + 1 and self._active_friend != value:
try:
self._friends[self._active_friend].curr_text = self._screen.messageEdit.toPlainText()
except: