Changeset 8654 for branches/gajim_0.11.1/src/roster_window.py
- Timestamp:
- 08/31/07 10:08:31 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/roster_window.py
r8637 r8654 2600 2600 type_ = model[path][C_TYPE] 2601 2601 if type_ in ('agent', 'contact', 'self_contact'): 2602 self.on_ro ster_treeview_row_activated(widget, path)2602 self.on_row_activated(widget, path) 2603 2603 elif type_ == 'account': 2604 2604 account = model[path][C_ACCOUNT].decode('utf-8')
