Error when stopping a long search
Created originally on Bitbucket by sintzoff (André Sintzoff)
When clicking on "Stop" button in the search widget, I get the following traceback during a "long" search.
{{{ #!python ** Mercurial version (1.8.1+2-8e94a1b4e9a4). TortoiseHg version (2.0.2+13-0e34c0f46776) ** Command: --nofork workbench ** CWD: C:\Program Files\Notepad++ ** Extensions loaded: fixfrozenexts ** Python version: 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] ** Windows version: (5, 2, 3790, 2, 'Service Pack 2') ** Processor architecture: x86 ** Qt-4.7.1 PyQt-4.8.2 Traceback (most recent call last): File "tortoisehg\hgqt\grep.pyo", line 334, in searchfinished AttributeError: 'NoneType' object has no attribute 'completed'
}}}