[Telepathy-commits] [telepathy-gabble/master] GabbleVCardManager: use G_PARAM_STATIC_STRINGS

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Oct 14 07:14:34 PDT 2008


---
 src/vcard-manager.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/vcard-manager.c b/src/vcard-manager.c
index 76d40be..6f39708 100644
--- a/src/vcard-manager.c
+++ b/src/vcard-manager.c
@@ -218,14 +218,13 @@ gabble_vcard_manager_class_init (GabbleVCardManagerClass *cls)
   param_spec = g_param_spec_object ("connection", "GabbleConnection object",
       "Gabble connection object that owns this vCard lookup helper object.",
       GABBLE_TYPE_CONNECTION,
-      G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NICK |
-      G_PARAM_STATIC_BLURB);
+      G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (object_class, PROP_CONNECTION, param_spec);
 
   param_spec = g_param_spec_boolean ("have-self-avatar", "Have our own avatar",
       "TRUE after the local user's own vCard has been retrieved in order to "
       "get their initial avatar.", FALSE,
-      G_PARAM_READABLE | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB);
+      G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (object_class, PROP_HAVE_SELF_AVATAR,
       param_spec);
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list