Ticket #3228 (closed defect: fixed)

Opened 18 months ago

Last modified 15 months ago

MultipleDataForm should not init Node twice

Reported by: misc Owned by: asterix
Priority: normal Milestone: 0.11.2
Component: xmpppy Version: svn
Severity: normal Keywords:
Cc: OS: All

Description

goto in src/ , run python

import common.i18n import common.dataforms print common.dataforms.MultipleDataForm?('submit')

<tag />

with the following patch :

import common.i18n import common.dataforms print common.dataforms.MultipleDataForm?('submit')

<x xmlns="jabber:x:data" type="submit" />

Attachments

gajim-fix3228.patch (502 bytes) - added by misc 18 months ago.
remove the code to initialise twice the node, as DataForm? already does it

Change History

Changed 18 months ago by misc

remove the code to initialise twice the node, as DataForm? already does it

Changed 18 months ago by steve-e

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

(In [8259]) [misc] init Node in MultipleDataForm? only once. Fixes #3228

Changed 15 months ago by asterix

(In [8679]) [misc] init Node in MultipleDataForm?? only once. Fixes #3228

Changed 15 months ago by asterix

  • milestone changed from 0.12 to 0.11.2

Add/Change #3228 (MultipleDataForm should not init Node twice)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.