From fd665a067d925e0f8dbee57bd258688454f460fd Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 3 Jan 2014 12:42:54 -0600 Subject: The VAPI changed to make this owned --- src/service.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/service.vala b/src/service.vala index 5e7120c..25a7b18 100644 --- a/src/service.vala +++ b/src/service.vala @@ -48,7 +48,7 @@ public class IndicatorSound.Service { }); if (settings.get_boolean ("show-notify-osd-on-scroll")) { - unowned List caps = Notify.get_server_caps (); + List caps = Notify.get_server_caps (); if (caps.find_custom ("x-canonical-private-synchronous", strcmp) != null) { this.notification = new Notify.Notification ("indicator-sound", "", ""); this.notification.set_hint_string ("x-canonical-private-synchronous", "indicator-sound"); -- cgit v1.2.3