update urgency hint in function of the correct control, not the active one
This commit is contained in:
parent
65ca70d29f
commit
2af0a1dd29
1 changed files with 3 additions and 1 deletions
|
@ -394,7 +394,9 @@ class ChatControlBase(MessageControl):
|
||||||
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)
|
self.parent_win.redraw_tab(self)
|
||||||
if not self.parent_win.is_active():
|
if not self.parent_win.is_active():
|
||||||
self.parent_win.show_title(urgent)
|
ctrl = gajim.interface.msg_win_mgr.get_control(jid,
|
||||||
|
self.account)
|
||||||
|
self.parent_win.show_title(urgent, ctrl)
|
||||||
|
|
||||||
def toggle_emoticons(self):
|
def toggle_emoticons(self):
|
||||||
'''hide show emoticons_button and make sure emoticons_menu is always there
|
'''hide show emoticons_button and make sure emoticons_menu is always there
|
||||||
|
|
Loading…
Add table
Reference in a new issue