aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-22 23:07:30 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-22 23:07:30 +0000
commit13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc (patch)
tree91d4d03a4980df9a072a371578c7c1993742e838 /src/main.c
parent007ee3b3b425a31e31260c62baf789407bc8b54a (diff)
downloadayatana-indicator-sound-13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc.tar.gz
ayatana-indicator-sound-13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc.tar.bz2
ayatana-indicator-sound-13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc.zip
Fork from Ubuntu's indicator-sound.
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;
}
-