IRCBinder: Use broadcast type: CONVERSATION_MESSAGE

This commit is contained in:
Sebastian Kaspari 2010-03-26 19:05:55 +01:00
parent 4c5ba9a620
commit f25d68f101
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class IRCBinder extends Binder
server.getConversation(ServerInfo.DEFAULT_NAME).addMessage(message);
Intent cIntent = Broadcast.createConversationIntent(
Extra.CONVERSATION,
Broadcast.CONVERSATION_MESSAGE,
server.getId(),
ServerInfo.DEFAULT_NAME
);