summaryrefslogtreecommitdiff
path: root/src/search/SearchModel.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-03 19:54:55 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-03 19:54:55 (GMT)
commitc63f6adcb8bbe1d61ac9c60cda0fb6fd8fd05b2a (patch)
tree4f7754a5f7abf45529386472c25d8f5b0540b495 /src/search/SearchModel.cpp
parent41b464953a03751c5adccef3b3e9236f0eb48784 (diff)
downloadpowder-c63f6adcb8bbe1d61ac9c60cda0fb6fd8fd05b2a.zip
powder-c63f6adcb8bbe1d61ac9c60cda0fb6fd8fd05b2a.tar.gz
Fix crash/lock up when loading tags
Diffstat (limited to 'src/search/SearchModel.cpp')
-rw-r--r--src/search/SearchModel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search/SearchModel.cpp b/src/search/SearchModel.cpp
index b436e60..341ca28 100644
--- a/src/search/SearchModel.cpp
+++ b/src/search/SearchModel.cpp
@@ -10,6 +10,8 @@ SearchModel::SearchModel():
loadedSave(NULL),
updateSaveListWorking(false),
updateSaveListFinished(false),
+ updateTagListWorking(false),
+ updateTagListFinished(false),
saveListLoaded(false),
currentPage(1),
resultCount(0),