X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=conversation.pyx;h=6b44c63ff793ff8f5318f386e57eb812d9d5e72f;hp=f743e41687d8493a539bc71e4807f985d78693f1;hb=55de8749720d1245639c903d2fef844d4e61d19e;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)