summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:06:53 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:06:53 +0000
commitff1ed5220fd566f4d2443bb9585ad4fcb90ae38c (patch)
tree0815e3ac6d2d2695f3bdb1b9d3acfbd474b34327
parentc405836d223184a53730d205fde41f429148f5ba (diff)
add registering of the constructor
-rw-r--r--lasso/id-wsf/personal_profile_service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/id-wsf/personal_profile_service.c b/lasso/id-wsf/personal_profile_service.c
index 5e930d3c..e5286521 100644
--- a/lasso/id-wsf/personal_profile_service.c
+++ b/lasso/id-wsf/personal_profile_service.c
@@ -96,6 +96,7 @@ lasso_personal_profile_service_get_type()
static GType this_type = 0;
if (!this_type) {
+ lasso_discovery_register_constructor_for_service_type(LASSO_PP_HREF, (LassoWsfProfileConstructor)lasso_personal_profile_new_full);
static const GTypeInfo this_info = {
sizeof(LassoPersonalProfileServiceClass),
NULL,