X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=conversation.pyx;h=2c73830bdf62b852ecac7ef647ab46b29f5f4928;hp=5d5b3c3a28161504d285552c81cf376bd60e56e9;hb=fd928128ba52b05aa5c17f9481c5e70461984c51;hpb=654856948d038c0355715767819034ff13b8ed6e diff --git a/conversation.pyx b/conversation.pyx index 5d5b3c3..2c73830 100644 --- a/conversation.pyx +++ b/conversation.pyx @@ -48,7 +48,7 @@ cdef class Conversation: self.__acc = acc self.__name = name - c_account = account.c_purple_accounts_find(acc[0], acc[1]) + c_account = account.purple_accounts_find( acc[0], acc[1]) if not c_account: return