From 6ec7efc36f44dfddff4c9d843cd4c70cffb95837 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 17 Aug 2010 00:22:21 +0200 Subject: Many improvements to roster view --- src/gui/Ephraim.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/Ephraim.vala') diff --git a/src/gui/Ephraim.vala b/src/gui/Ephraim.vala index f13516e..b0e2571 100644 --- a/src/gui/Ephraim.vala +++ b/src/gui/Ephraim.vala @@ -42,7 +42,7 @@ public class Ephraim { }); coreconn.chat_message.connect((jid, type, from, message) => { - if(!(jid in conversations)) + if(!(jid in conversations.keys)) return; conversations[jid].chat_message(type, from, message); -- cgit v1.2.3