summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Slimber')
-rw-r--r--Slimber/MainController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/MainController.cpp b/Slimber/MainController.cpp
index 5c624a2..a557a07 100644
--- a/Slimber/MainController.cpp
+++ b/Slimber/MainController.cpp
@@ -35,7 +35,7 @@ MainController::MainController(Menulet* menulet) : menulet(menulet) {
boost::bind(&MainController::handleServicesChanged, this));
vCardCollection = new FileVCardCollection(
- PlatformApplicationPathProvider("Slimber").getSettingsDir());
+ PlatformApplicationPathProvider("Slimber").getDataDir());
server = new Server(5222, 5562, linkLocalServiceBrowser, vCardCollection);
server->onStopped.connect(