From d31be181a2c69c167bb61dbb9f1007f346920ac8 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 1 Oct 2013 14:11:04 +0200 Subject: Show synchronous notification when changing the volume by scrolling over the indicator --- src/main.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.vala') diff --git a/src/main.vala b/src/main.vala index 97f311f..4da9e58 100644 --- a/src/main.vala +++ b/src/main.vala @@ -7,6 +7,8 @@ static int main (string[] args) { Intl.setlocale (LocaleCategory.ALL, ""); Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.GNOMELOCALEDIR); + Notify.init ("indicator-sound"); + var service = new IndicatorSound.Service (); return service.run (); } -- cgit v1.2.3