summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:07:02 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:07:02 +0000
commitd17948e1fb17ada9ff1c68372601a390dbcc0892 (patch)
tree1cc53c22404f829ad3ae6ca64058c66564957f2b
parent273e6c28038eb08b053a4a746f8288437d54cc6b (diff)
import discovery.h, fix name of registered constructor function
-rw-r--r--lasso/id-wsf/personal_profile_service.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/id-wsf/personal_profile_service.c b/lasso/id-wsf/personal_profile_service.c
index e5286521..4598d9ec 100644
--- a/lasso/id-wsf/personal_profile_service.c
+++ b/lasso/id-wsf/personal_profile_service.c
@@ -24,6 +24,7 @@
#include <lasso/id-wsf/personal_profile_service.h>
#include <lasso/id-wsf/data_service_private.h>
+#include <lasso/id-wsf/discovery.h>
/*****************************************************************************/
@@ -96,7 +97,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);
+ lasso_discovery_register_constructor_for_service_type(LASSO_PP_HREF, (LassoWsfProfileConstructor)lasso_personal_profile_service_new_full);
static const GTypeInfo this_info = {
sizeof(LassoPersonalProfileServiceClass),
NULL,