aboutsummaryrefslogtreecommitdiff
path: root/src/main.vala
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-10-28 17:49:04 -0700
committerTed Gould <ted@gould.cx>2013-10-28 17:49:04 -0700
commit4f6b673281fecd22c618c700af0bd798ee5c26f1 (patch)
tree9bc4564892d82786c6e00c446dda58bb100c9e9c /src/main.vala
parentfd5fc9ed4aca0753779432de3ccc60cce6499af3 (diff)
parenta440eb1df8296a6b431613ec03aac94db38292c6 (diff)
downloadayatana-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.vala2
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 ();
}