X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=conversation_cbs.pxd;h=8e6888360029b50f2f37f3f022af539f898e5b0f;hp=46889851dfa8907f5f2ac498f864dd579f39952a;hb=95706d11d3cf2af02aa6ee2a8e25d36e55ccc1d1;hpb=805e82e4da2a3f69bab5cd32c3a470960636e907 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