telepathy-mission-control: account: Fix property name

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 25 18:01:48 UTC 2020


Module: telepathy-mission-control
Branch: master
Commit: d8dab08fe8db137c6bbd8bbdc3d9b01d98c48910
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=d8dab08fe8db137c6bbd8bbdc3d9b01d98c48910

Author: Florian Müllner <fmuellner at gnome.org>
Date:   Thu Dec 19 13:37:49 2019 +0100

account: Fix property name

Spaces are not valid characters in property names, and never were.
Until recently GLib silently fixed up the name by replacing the
space with '-', but now tightened up the validation.

---

 src/mcd-account.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mcd-account.c b/src/mcd-account.c
index 8009110e..de5c61cf 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -3442,7 +3442,7 @@ mcd_account_class_init (McdAccountClass * klass)
 
     g_object_class_install_property
         (object_class, PROP_CONNECTIVITY_MONITOR,
-         g_param_spec_object ("connectivity monitor",
+         g_param_spec_object ("connectivity-monitor",
                               "Connectivity monitor",
                               "Connectivity monitor",
                               MCD_TYPE_CONNECTIVITY_MONITOR,



More information about the telepathy-commits mailing list