From 64a0956bf4a2744b872bda45b4a3fbccb6359b56 Mon Sep 17 00:00:00 2001 From: Hugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com> Date: Wed, 18 Jul 2018 14:07:07 -0400 Subject: [PATCH] configmanager: fix typo in setAccountDetails doc setAccountDetails emits AccountDetailsChanged, not AccountsChanged. Change-Id: Ic0af35d10ab7050f648b0dece0975f59370d077c --- bin/dbus/cx.ring.Ring.ConfigurationManager.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dbus/cx.ring.Ring.ConfigurationManager.xml b/bin/dbus/cx.ring.Ring.ConfigurationManager.xml index 83d2702cdc..2e447563b9 100644 --- a/bin/dbus/cx.ring.Ring.ConfigurationManager.xml +++ b/bin/dbus/cx.ring.Ring.ConfigurationManager.xml @@ -93,7 +93,7 @@ <tp:docstring> Send new account parameters, or account parameters changes, to the core. The hash table is not required to be complete, only the updated parameters may be specified. <tp:rationale>Account settings are written to the configuration file when ring properly quits.</tp:rationale> - <tp:rationale>After calling this method, the core will emit the signal <tp:member-ref>accountsChanged</tp:member-ref> with the updated data. The client must subscribe to this signal and use it to update its internal data structure.</tp:rationale> + <tp:rationale>After calling this method, the core will emit the signal <tp:member-ref>accountDetailsChanged</tp:member-ref> with the updated data. The client must subscribe to this signal and use it to update its internal data structure.</tp:rationale> </tp:docstring> <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="MapStringString"/> <arg type="s" name="accountID" direction="in"> -- GitLab