fixed missing rename of LASSO_TYPE_PROFILE_SERVICE to LASSO_TYPE_DATA_SERVICE

This commit is contained in:
Frédéric Péters 2008-03-21 17:32:24 +00:00
parent 4c68cbeaea
commit 77a09ee940
1 changed files with 1 additions and 1 deletions

View File

@ -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;