From c9ed28767d505c23ccc5a0af9f97cebb2514d1cb Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Sun, 29 May 2011 17:48:42 -0700 Subject: [PATCH] Actually deliver actions to existing private message windows --- application/src/org/yaaic/irc/IRCConnection.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/src/org/yaaic/irc/IRCConnection.java b/application/src/org/yaaic/irc/IRCConnection.java index 62f3bfb..790e05e 100644 --- a/application/src/org/yaaic/irc/IRCConnection.java +++ b/application/src/org/yaaic/irc/IRCConnection.java @@ -224,6 +224,8 @@ public class IRCConnection extends PircBot ); service.sendBroadcast(intent); } else { + conversation.addMessage(message); + Intent intent = Broadcast.createConversationIntent( Broadcast.CONVERSATION_MESSAGE, server.getId(),