aboutsummaryrefslogtreecommitdiff
path: root/tests/accounts-service-user.cc
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 /tests/accounts-service-user.cc
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 'tests/accounts-service-user.cc')
-rw-r--r--tests/accounts-service-user.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accounts-service-user.cc b/tests/accounts-service-user.cc
index 7110fb3..aca52ea 100644
--- a/tests/accounts-service-user.cc
+++ b/tests/accounts-service-user.cc
@@ -112,7 +112,7 @@ class AccountsServiceUserTest : public ::testing::Test
const gchar * get_property_string (const gchar * name) {
GVariant * propval = g_dbus_proxy_call_sync(proxy,
"Get",
- g_variant_new("(ss)", "com.canonical.indicator.sound.AccountsService", name),
+ g_variant_new("(ss)", "org.ayatana.indicator.sound.AccountsService", name),
G_DBUS_CALL_FLAGS_NONE,
-1, NULL, NULL
);