From 93b5efc673d70058ffc3a7c9ce1d92104ad3d312 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Tue, 3 Jun 2014 13:34:29 +0200 Subject: [PATCH] Use the new notifications database path. Change-Id: I134f3f33d328bf3aa2d9543ecbbaee1df9fb036c Signed-off-by: Manuel Bachmann --- notification_display_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification_display_service.c b/notification_display_service.c index 8a7d992..e039088 100644 --- a/notification_display_service.c +++ b/notification_display_service.c @@ -70,7 +70,7 @@ int main (int argc, char **argv) } signal (SIGINT, sigint_handler); - wd = inotify_add_watch (fd, "/opt/dbspace/.notification.db", IN_MODIFY); + wd = inotify_add_watch (fd, "/usr/dbspace/.notification.db", IN_MODIFY); while (1) { read (fd, buffer, sizeof(buffer)); display_notifications (); -- 2.7.4