Show
Ignore:
Timestamp:
08/30/07 22:37:49 (15 months ago)
Author:
roidelapluie
Message:

0.11.2: in adhoc commands, use the node name provided by the entity (It
can change)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/adhoc_commands.py

    r8609 r8633  
    290290                self.form_status = command.getAttr('status') 
    291291 
     292                self.commandnode = command.getAttr('node') 
    292293                if command.getTag('x') is not None: 
    293294                        self.dataform = dataforms.ExtendForm(node=command.getTag('x'))