aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-02 22:16:22 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-02 22:16:22 +0100
commit1fef1bc885b151d7cd4f3302efff42a6b3ea8b86 (patch)
tree837ce0afa10f2cd2bfed1871be9a75bda2669f48
parentce6417a23e65d13c12f311b7ed4a92f2f11a25f5 (diff)
parent5c537e3ba11d8030135bcfd9f0038b17656d2b0e (diff)
downloadayatana-indicator-messages-1fef1bc885b151d7cd4f3302efff42a6b3ea8b86.tar.gz
ayatana-indicator-messages-1fef1bc885b151d7cd4f3302efff42a6b3ea8b86.tar.bz2
ayatana-indicator-messages-1fef1bc885b151d7cd4f3302efff42a6b3ea8b86.zip
Merge branch 'tari01-pr/rename-com-ubuntu-touchaccountsservice-securityprivacy'
Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/26
-rw-r--r--src/im-accounts-service.c2
-rw-r--r--tests/accounts-service-mock.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/im-accounts-service.c b/src/im-accounts-service.c
index 8507cae..dc51b9f 100644
--- a/src/im-accounts-service.c
+++ b/src/im-accounts-service.c
@@ -109,7 +109,7 @@ user_changed (ActUserManager * manager, ActUser * user, gpointer user_data)
NULL,
"org.freedesktop.Accounts",
act_user_get_object_path(user),
- "com.ubuntu.touch.AccountsService.SecurityPrivacy",
+ "com.lomiri.touch.AccountsService.SecurityPrivacy",
priv->cancel,
security_privacy_ready,
user_data);
diff --git a/tests/accounts-service-mock.h b/tests/accounts-service-mock.h
index d057f07..a4a58ad 100644
--- a/tests/accounts-service-mock.h
+++ b/tests/accounts-service-mock.h
@@ -96,7 +96,7 @@ class AccountsServiceMock
"SilentMode", G_VARIANT_TYPE_BOOLEAN,
g_variant_new_boolean(FALSE), NULL);
- privacyobj = dbus_test_dbus_mock_get_object(mock, "/user", "com.ubuntu.touch.AccountsService.SecurityPrivacy", NULL);
+ privacyobj = dbus_test_dbus_mock_get_object(mock, "/user", "com.lomiri.touch.AccountsService.SecurityPrivacy", NULL);
dbus_test_dbus_mock_object_add_property(mock, privacyobj,
"MessagesWelcomeScreen", G_VARIANT_TYPE_BOOLEAN,
g_variant_new_boolean(true), NULL);