fixed dump/restore from dump for name id management profile

This commit is contained in:
Frédéric Péters 2006-11-07 10:03:43 +00:00
parent 5c9de8fdcb
commit 76e8b09760
1 changed files with 4 additions and 2 deletions

View File

@ -608,10 +608,12 @@ lasso_name_id_management_get_type()
if (!this_type) {
static const GTypeInfo this_info = {
sizeof (LassoNameIdManagementClass),
NULL, NULL, NULL, NULL, NULL,
NULL, NULL,
(GClassInitFunc) class_init,
NULL, NULL,
sizeof(LassoNameIdManagement),
0,
NULL,
(GInstanceInitFunc) instance_init,
};
this_type = g_type_register_static(LASSO_TYPE_PROFILE,