Rearange widget registration into a table.
[pspp] / src / ui / gui / psppire-dialog-action-oneway.c
index 604c271f57e2e7af36cf3aff22c71d7adc28ab53..35bbf01d1947a92db4bc772d6e78494747e8068a 100644 (file)
@@ -221,12 +221,12 @@ clone_contrasts_array (GArray *src_array)
 
 
 static void
-psppire_dialog_action_oneway_activate (GtkAction *a)
+psppire_dialog_action_oneway_activate (PsppireDialogAction *a)
 {
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);
   PsppireDialogActionOneway *act = PSPPIRE_DIALOG_ACTION_ONEWAY (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)
     {