message menu update - plugins, quotes
This commit is contained in:
parent
6297da1c69
commit
697a9efb51
5 changed files with 44 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue