From f2324340fd8606d7abc9fa6d061fb5fc4ccc5d57 Mon Sep 17 00:00:00 2001 From: charles kerr Date: Mon, 28 Dec 2015 16:01:21 -0600 Subject: get server caps once per notification server, not once per notification --- src/notification.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notification.vala b/src/notification.vala index 6a805ac..0c9e5b8 100644 --- a/src/notification.vala +++ b/src/notification.vala @@ -78,6 +78,6 @@ public abstract class IndicatorSound.Notification: Object } protected Notify.Notification _notification = null; - private List _server_caps = null; + private static List _server_caps = null; } -- cgit v1.2.3