Fix for g_datalist_id_set_full() use (error is deeper down, some internal

Fix for g_datalist_id_set_full() use (error is deeper down, some internal
funcs weren't checking that things were initialized.)
This commit is contained in:
Elliot Lee
1998-11-19 04:52:26 +00:00
parent b5dd475c8a
commit f809ca7c11
10 changed files with 70 additions and 0 deletions

View File

@@ -174,6 +174,9 @@ g_data_set_internal (GData **datalist,
{
register GData *list;
if (!g_dataset_location_ht)
g_data_initialize ();
list = *datalist;
if (!data)
{