Changeset 9960 for trunk/src/groupchat_control.py
- Timestamp:
- 07/19/08 19:36:21 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/groupchat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/groupchat_control.py
r9931 r9960 1625 1625 ctrl.parent_win = None 1626 1626 1627 gajim.interface.minimized_controls[self.account][self.contact.jid] = \1628 ctrl1629 1630 del win._controls[self.account][self.contact.jid]1631 1632 1627 gajim.interface.roster.add_groupchat(self.contact.jid, self.account, 1633 1628 status = self.subject) 1629 1630 del win._controls[self.account][self.contact.jid] 1634 1631 1635 1632 def shutdown(self, status='offline'):
