diff options
author | Ted Gould <ted@gould.cx> | 2013-10-28 17:49:04 -0700 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-10-28 17:49:04 -0700 |
commit | 4f6b673281fecd22c618c700af0bd798ee5c26f1 (patch) | |
tree | 9bc4564892d82786c6e00c446dda58bb100c9e9c /src/main.vala | |
parent | fd5fc9ed4aca0753779432de3ccc60cce6499af3 (diff) | |
parent | a440eb1df8296a6b431613ec03aac94db38292c6 (diff) | |
download | ayatana-indicator-sound-4f6b673281fecd22c618c700af0bd798ee5c26f1.tar.gz ayatana-indicator-sound-4f6b673281fecd22c618c700af0bd798ee5c26f1.tar.bz2 ayatana-indicator-sound-4f6b673281fecd22c618c700af0bd798ee5c26f1.zip |
Merge trunk
Diffstat (limited to 'src/main.vala')
-rw-r--r-- | src/main.vala | 2 |
1 files changed, 2 insertions, 0 deletions
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 (); } |