http://bugs.grommit.com/show_bug.cgi?id=238
------- Comment #2 from David.Marker at Sun.com 2007-06-06 12:44 PDT ------- I belive the problem is in control.py. Specifically we have a _wait() method in FileMergeControl that waits for the GTK idle thread to recalculate our window. This has to be done on startup, or we can't scroll to the 1st diff. But it probably doesn't need to be done in _reset_merge_text() unless we are auto merging (in which case it wants to scroll to the last successful diff it merged, maybe that is wrong too). It may be as simple as removing the call to _wait() and _scroll_to_line() in _reset_merge_text(). But that may still have implications the next time you try to scroll. -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.