Skip to content

Commit

Permalink
core: appendImage corrected into append_image
Browse files Browse the repository at this point in the history
  • Loading branch information
Whisky authored and borisfaure committed Sep 17, 2010
1 parent 67a207a commit df5167f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amsn2/protocol/events/conversation.py
Expand Up @@ -52,7 +52,7 @@ def on_conversation_message_received(self, sender, message):
strv = StringView()
if message.content in message.msn_objects.keys():
print "single emoticon"
strv.appendImage(message.msn_objects[message.content]._location)
strv.append_image(message.msn_objects[message.content]._location)
self._amsn_conversation.on_message_received(strv, sender.id)
return

Expand Down

0 comments on commit df5167f

Please sign in to comment.