Rename psppire_dialog_action_get_pointer -> psppire_dialog_action_get_hash_table
[pspp] / src / ui / gui / psppire-dialog-action-kmeans.c
index c1c913b37d05955462449c1b5efe08f236160de2..39be5670b72e71d5fcb62fcce6f8e0f3b399d569 100644 (file)
@@ -87,7 +87,7 @@ psppire_dialog_action_kmeans_activate (GtkAction *a)
   PsppireDialogActionKmeans *act = PSPPIRE_DIALOG_ACTION_KMEANS (a);
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);
 
-  GHashTable *thing = psppire_dialog_action_get_pointer (pda);
+  GHashTable *thing = psppire_dialog_action_get_hash_table (pda);
   GtkBuilder *xml = g_hash_table_lookup (thing, a);
   if (!xml)
     {