aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 43e330d..b468481 100644
--- a/src/main.c
+++ b/src/main.c
@@ -90,10 +90,10 @@ main (int argc, char ** argv)
g_unix_signal_add(SIGTERM, sigterm_handler, loop);
/* Initialize libnotify */
- notify_init ("indicator-sound");
+ notify_init ("ayatana-indicator-sound");
g_bus_own_name(G_BUS_TYPE_SESSION,
- "com.canonical.indicator.sound",
+ "org.ayatana.indicator.sound",
G_BUS_NAME_OWNER_FLAGS_NONE,
on_bus_acquired,
NULL, /* name acquired */
@@ -110,4 +110,3 @@ main (int argc, char ** argv)
return 0;
}
-