From 91edfcfbdda4220948b30a4e475beb6206d1a621 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Thu, 17 May 2007 15:50:55 +0000 Subject: [PATCH] Fix a bug with highlighing in groupchats --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index c00b8b6c0..c75e303f3 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -2113,7 +2113,7 @@ class Interface: w = None resource = gajim.get_resource_from_jid(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) elif type_ in ('printed_chat', 'chat', ''): # '' is for log in/out notifications