diff options
Diffstat (limited to 'src/notification.vala')
-rw-r--r-- | src/notification.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification.vala b/src/notification.vala index 3a3060f..ab944e2 100644 --- a/src/notification.vala +++ b/src/notification.vala @@ -19,7 +19,7 @@ public abstract class IndicatorSound.Notification: Object { - public Notification () { + internal Notification () { BusWatcher.watch_namespace ( GLib.BusType.SESSION, "org.freedesktop.Notifications", |