X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=conversation_cbs.pxd;fp=conversation_cbs.pxd;h=53729d23051077c10effa8d54d87b7f600342706;hp=8e6888360029b50f2f37f3f022af539f898e5b0f;hb=bbd0f131da05d704e16ad19669fe7ef27a9ad6e0;hpb=6545aaed50154028f8e6fbac3cd08c972940cb40;ds=sidebyside diff --git a/conversation_cbs.pxd b/conversation_cbs.pxd index 8e68883..53729d2 100644 --- a/conversation_cbs.pxd +++ b/conversation_cbs.pxd @@ -30,7 +30,7 @@ cdef void create_conversation (conversation.PurpleConversation *conv): debug.c_purple_debug(debug.PURPLE_DEBUG_INFO, "conversation", "create_conversation\n") try: - (conversation_cbs["create_conversation"])("create_conversation") + (conversation_cbs["create_conversation"])(conv.name, conv.type) except KeyError: pass