Changeset 8745 for branches/gajim_0.11.1/src/adhoc_commands.py
- Timestamp:
- 09/07/07 17:36:32 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/adhoc_commands.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/adhoc_commands.py
r8671 r8745 287 287 self.sending_form_progressbar.hide() 288 288 289 if self.sessionid is None: 290 self.sessionid = command.getAttr('sessionid') 289 self.sessionid = command.getAttr('sessionid') 291 290 292 291 self.form_status = command.getAttr('status')
