Namespace police duty.
[pspp-builds.git] / src / ui / gui / psppire-dict.c
index 91293956b9e8e2ab613b83b719674c1b54e7bc97..564257f46c8cdb74c6adef8ce6d4547f0bd70764 100644 (file)
@@ -315,7 +315,7 @@ psppire_dict_init (PsppireDict *psppire_dict)
 PsppireDict*
 psppire_dict_new_from_dict (struct dictionary *d)
 {
-  PsppireDict *new_dict = g_object_new (G_TYPE_PSPPIRE_DICT, NULL);
+  PsppireDict *new_dict = g_object_new (PSPPIRE_TYPE_DICT, NULL);
   new_dict->dict = d;
 
   dict_set_callbacks (new_dict->dict, &gui_callbacks, new_dict);