X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=conversation.pyx;h=6b44c63ff793ff8f5318f386e57eb812d9d5e72f;hp=f743e41687d8493a539bc71e4807f985d78693f1;hb=7765cea20dbc8acb9724ed33db570f8d4f605a59;hpb=bbd0f131da05d704e16ad19669fe7ef27a9ad6e0 diff --git a/conversation.pyx b/conversation.pyx index f743e41..6b44c63 100644 --- a/conversation.pyx +++ b/conversation.pyx @@ -81,4 +81,5 @@ cdef class Conversation: conversation.c_purple_conversations_get_handle() def destroy(self): + print "[DEBUG]: Destroy conversation: %s" % self.name conversation.c_purple_conversation_destroy(self.__conv)