timeline: don't select row when changing position in the timeline

Behaves just like the scrollbar now.
This commit is contained in:
René Stadler 2012-08-27 13:52:56 -07:00 committed by Stefan Sauer
parent ad959763af
commit 980aca88cf

View file

@ -956,8 +956,6 @@ class AttachedWindow (object):
view = self.window.log_view
view.scroll_to_cell (path, use_align = True, row_align = .5)
sel = view.get_selection ()
sel.select_path (path)
return False