Changeset 8727 for branches/gajim_0.11.1
- Timestamp:
- 09/05/07 14:06:16 (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
r8724 r8727 2612 2612 type_ = model[path][C_TYPE] 2613 2613 if type_ in ('agent', 'contact', 'self_contact'): 2614 self.on_ro w_activated(widget, path)2614 self.on_roster_treeview_row_activated(widget, path) 2615 2615 elif type_ == 'account': 2616 2616 account = model[path][C_ACCOUNT].decode('utf-8')
