fs-watcher uses its own database
add test for fs-watcher
Change-Id: Iac54e5d5c748f80099ef798a6515993ab432c725
diff --git a/gui/chronosharegui.cpp b/gui/chronosharegui.cpp
index 5889ede..f1a5cf3 100644
--- a/gui/chronosharegui.cpp
+++ b/gui/chronosharegui.cpp
@@ -119,8 +119,7 @@
// Alex: this **must** be here, otherwise m_dirPath will be uninitialized
m_watcher = new FsWatcher (m_dirPath,
bind (&Dispatcher::Did_LocalFile_AddOrModify, m_dispatcher, _1),
- bind (&Dispatcher::Did_LocalFile_Delete, m_dispatcher, _1),
- m_dispatcher->GetFileState ());
+ bind (&Dispatcher::Did_LocalFile_Delete, m_dispatcher, _1));
}
ChronoShareGui::~ChronoShareGui()