From 6577bcd31572f0d038a880291dee965242390753 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Oct 11 2011 13:31:14 +0000 Subject: - be able to not do notification --- diff --git a/tests/tools/prefs.c b/tests/tools/prefs.c index efc2c0a..7473cac 100644 --- a/tests/tools/prefs.c +++ b/tests/tools/prefs.c @@ -68,6 +68,9 @@ main(int argc, char **argv) case cm_notification_unspecified: printf("notification: UNSPECIFIED:%s\n", dest); break; + case cm_notification_none: + printf("notification: NONE\n"); + break; case cm_notification_syslog: printf("notification: SYSLOG:%s\n", dest); break;