[Geobert] Fix for #1430
This commit is contained in:
parent
ab50f69fa0
commit
b0f4dd6d8e
|
@ -379,6 +379,7 @@ class ChatControlBase(MessageControl):
|
||||||
if gajim.interface.systray_enabled and self.notify_on_new_messages():
|
if gajim.interface.systray_enabled and self.notify_on_new_messages():
|
||||||
gajim.interface.systray.add_jid(jid, self.account, self.type_id)
|
gajim.interface.systray.add_jid(jid, self.account, self.type_id)
|
||||||
self.parent_win.redraw_tab(self.contact)
|
self.parent_win.redraw_tab(self.contact)
|
||||||
|
if not self.parent_win.is_active():
|
||||||
self.parent_win.show_title(urgent)
|
self.parent_win.show_title(urgent)
|
||||||
|
|
||||||
def toggle_emoticons(self):
|
def toggle_emoticons(self):
|
||||||
|
|
Loading…
Reference in New Issue