From 66f6fff54e04bed5ca666bd1e17986b0f61965b0 Mon Sep 17 00:00:00 2001 From: Marina Zhurakhinskaya Date: Fri, 8 Oct 2010 22:34:04 -0400 Subject: [PATCH] Add "persistence" server capability This will allow clients to determine that the server has notification persistence. https://bugzilla.gnome.org/show_bug.cgi?id=631722 --- js/ui/notificationDaemon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js index 87f07cd77..bb37bfd6c 100644 --- a/js/ui/notificationDaemon.js +++ b/js/ui/notificationDaemon.js @@ -325,6 +325,7 @@ NotificationDaemon.prototype = { 'body-markup', // 'icon-multi', 'icon-static', + 'persistence', // 'sound', 'x-gnome-icon-buttons' ];