Changeset 9637 for trunk/src/session.py
- Timestamp:
- 05/14/08 03:47:10 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/session.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/session.py
r9636 r9637 317 317 # show and select his line in roster 318 318 # do not change selection while DND'ing 319 self.tree.expand_row(path[0:1], False) 320 self.tree.expand_row(path[0:2], False) 321 self.tree.scroll_to_cell(path) 322 self.tree.set_cursor(path) 319 tree = gajim.interface.roster.tree 320 tree.expand_row(path[0:1], False) 321 tree.expand_row(path[0:2], False) 322 tree.scroll_to_cell(path) 323 tree.set_cursor(path) 323 324 else: 324 325 if no_queue: # We didn't have a queue: we change icons
