Fix a bug with highlighing in groupchats
This commit is contained in:
parent
993d72a8c1
commit
91edfcfbdd
|
@ -2113,7 +2113,7 @@ class Interface:
|
||||||
w = None
|
w = None
|
||||||
resource = gajim.get_resource_from_jid(fjid)
|
resource = gajim.get_resource_from_jid(fjid)
|
||||||
jid = gajim.get_jid_without_resource(fjid)
|
jid = gajim.get_jid_without_resource(fjid)
|
||||||
if type_ in ('printed_gc_msg', 'gc_msg'):
|
if type_ in ('printed_gc_msg', 'printed_marked_gc_msg', 'gc_msg'):
|
||||||
w = self.msg_win_mgr.get_window(jid, account)
|
w = self.msg_win_mgr.get_window(jid, account)
|
||||||
elif type_ in ('printed_chat', 'chat', ''):
|
elif type_ in ('printed_chat', 'chat', ''):
|
||||||
# '' is for log in/out notifications
|
# '' is for log in/out notifications
|
||||||
|
|
Loading…
Reference in New Issue