Ticket #3928 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Unexpected keyword argument in 0.11.4

Reported by: Sergio Assigned to: asterix
Priority: normal Milestone: 0.12
Component: None Version: 0.11.4
Severity: normal Keywords:
Cc: OS: All

Description

Using version 0.11.4 (package from ubuntu gutsy) I see a followed message in the debug output when attempt to open some not readed messages:

Unexpected keyword argument 'private_chat' File "gajim.py" line 2029

I think this line is to be changed:

self.roster.new_chat(c, account, private_chat = True)

to:

self.roster.new_private_chat(gc_contact, account)

Attachments

Change History

05/13/08 13:54:31 changed by asterix

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.12.

that's right. It's already fixed in svn.


Add/Change #3928 (Unexpected keyword argument in 0.11.4)




Change Properties
Action