it's shorter like that
This commit is contained in:
parent
22344a6036
commit
230e4e8cb5
1 changed files with 1 additions and 2 deletions
|
@ -225,8 +225,7 @@ class message_Window:
|
||||||
|
|
||||||
#scroll to the end of the textview
|
#scroll to the end of the textview
|
||||||
conversation.scroll_to_mark(buffer.get_mark('end'), 0.1, 0, 0, 0)
|
conversation.scroll_to_mark(buffer.get_mark('end'), 0.1, 0, 0, 0)
|
||||||
if not self.plugin.windows[self.account]['chats'][self.user.jid].\
|
if not self.window.get_property('is-active'):
|
||||||
window.get_property('is-active'):
|
|
||||||
self.nb_unread += 1
|
self.nb_unread += 1
|
||||||
self.show_title()
|
self.show_title()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue