PsppireDialogAction (generate_syntax): Change signature.
[pspp] / src / ui / gui / psppire-dialog-action-frequencies.c
index 1135e8a4fd72b82829da5aa3eda691660888725e..a377d50a16e6df269246b3b4311721ee721c61d1 100644 (file)
@@ -254,12 +254,12 @@ refresh (PsppireDialogAction * fdx)
 
 
 static void
-psppire_dialog_action_frequencies_activate (GtkAction * a)
+psppire_dialog_action_frequencies_activate (PsppireDialogAction * a)
 {
   PsppireDialogActionFrequencies *act = PSPPIRE_DIALOG_ACTION_FREQUENCIES (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)
     {
@@ -356,7 +356,7 @@ psppire_dialog_action_frequencies_activate (GtkAction * a)
 }
 
 static char *
-generate_syntax (PsppireDialogAction * a)
+generate_syntax (const PsppireDialogAction * a)
 {
   PsppireDialogActionFrequencies *fd = PSPPIRE_DIALOG_ACTION_FREQUENCIES (a);
   gchar *text = NULL;