summaryrefslogtreecommitdiff
path: root/src/search/SearchController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchController.cpp')
-rw-r--r--src/search/SearchController.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/search/SearchController.cpp b/src/search/SearchController.cpp
index cf13f2e..90750e0 100644
--- a/src/search/SearchController.cpp
+++ b/src/search/SearchController.cpp
@@ -8,6 +8,9 @@ SearchController::SearchController()
searchModel = new SearchModel();
searchView = new SearchView();
searchModel->AddObserver(searchView);
+ searchView->AttachController(this);
+
+ searchModel->UpdateSaveList();
//Set up interface
//windowPanel.AddChild();