summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-03-21 17:32:24 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-03-21 17:32:24 +0000
commit77a09ee94054d54fb77d04a72425892c52aa9adb (patch)
tree968371a244b434eeed8a8585f70081fce3bc32bf /lasso
parent4c68cbeaea7e332287da6e3b06aec5b8a68008d6 (diff)
downloadlasso-77a09ee94054d54fb77d04a72425892c52aa9adb.tar.gz
lasso-77a09ee94054d54fb77d04a72425892c52aa9adb.tar.xz
lasso-77a09ee94054d54fb77d04a72425892c52aa9adb.zip
fixed missing rename of LASSO_TYPE_PROFILE_SERVICE to LASSO_TYPE_DATA_SERVICE
Diffstat (limited to 'lasso')
-rw-r--r--lasso/id-wsf/personal_profile_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf/personal_profile_service.c b/lasso/id-wsf/personal_profile_service.c
index 35ee1f6c..5e930d3c 100644
--- a/lasso/id-wsf/personal_profile_service.c
+++ b/lasso/id-wsf/personal_profile_service.c
@@ -108,7 +108,7 @@ lasso_personal_profile_service_get_type()
(GInstanceInitFunc) instance_init,
};
- this_type = g_type_register_static(LASSO_TYPE_PROFILE_SERVICE,
+ this_type = g_type_register_static(LASSO_TYPE_DATA_SERVICE,
"LassoPersonalProfileService", &this_info, 0);
}
return this_type;