diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 11:09:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 11:09:07 (GMT) |
| commit | ab8466e9908d3982d498b63197bb80ffb489f3c1 (patch) | |
| tree | 3e1e820b83e3feb27d3fec0fd02e43dc1967c2a9 /src/search/SearchController.cpp | |
| parent | baf07e470e50905148784eb6008cf69878440dfa (diff) | |
| download | powder-ab8466e9908d3982d498b63197bb80ffb489f3c1.zip powder-ab8466e9908d3982d498b63197bb80ffb489f3c1.tar.gz | |
Search window is persistent, issue #66
Diffstat (limited to 'src/search/SearchController.cpp')
| -rw-r--r-- | src/search/SearchController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/SearchController.cpp b/src/search/SearchController.cpp index 14d7e72..13a252a 100644 --- a/src/search/SearchController.cpp +++ b/src/search/SearchController.cpp @@ -76,7 +76,7 @@ void SearchController::Exit() } if(callback) callback->ControllerExit(); - HasExited = true; + //HasExited = true; } SearchController::~SearchController() |
