X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=conversation_cbs.pxd;h=8e6888360029b50f2f37f3f022af539f898e5b0f;hp=46889851dfa8907f5f2ac498f864dd579f39952a;hb=6ab0285fdf0769f7be176a6c0d1e89fd2bc30ae6;hpb=62769c0cf399d5f1755998dbeb62e81696634b7a diff --git a/conversation_cbs.pxd b/conversation_cbs.pxd index 4688985..8e68883 100644 --- a/conversation_cbs.pxd +++ b/conversation_cbs.pxd @@ -57,7 +57,7 @@ cdef void write_im (conversation.PurpleConversation *conv, const_char *who, time_t mtime): debug.c_purple_debug(debug.PURPLE_DEBUG_INFO, "conversation", "write_im\n") try: - (conversation_cbs["write_im"])("write_im") + (conversation_cbs["write_im"])(conv.account.username, message) except KeyError: pass