Changeset 8642 for branches/gajim_0.11.1/src/common
- Timestamp:
- 08/30/07 23:03:06 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/common/connection.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/connection.py
r8635 r8642 641 641 self.old_show = show 642 642 self.on_purpose = False 643 self.server_resource = gajim.config.get_per('accounts', self.name, 644 'resource') 643 645 self.connect_and_init(show, msg, signed) 644 646
