Makefiles: Add $(AM_V_GEN) and $(AM_V_at) to a few more rules.
[pspp] / src / ui / gui / psppire-dialog-action-univariate.c
index 664dd36e43b89218f8837e651169d58e690e1184..ebc8d2f73e30b067a1fcc7f8f79938934d8508e1 100644 (file)
@@ -83,12 +83,12 @@ refresh (PsppireDialogAction *rd_)
 }
 
 static void
-psppire_dialog_action_univariate_activate (GtkAction *a)
+psppire_dialog_action_univariate_activate (PsppireDialogAction *a)
 {
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);
   PsppireDialogActionUnivariate *act = PSPPIRE_DIALOG_ACTION_UNIVARIATE (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)
     {