Weight cases dialog: Convert from add hoc to PsppireDialogAction
[pspp] / src / ui / gui / psppire-dialog-action-runs.c
index 62d6b27754124db7c3118712ee6ea6b0b1bc325c..6d5af383b5029b402ee871b0ef8db1b88a252424 100644 (file)
@@ -128,12 +128,12 @@ refresh (PsppireDialogAction *rd_)
 }
 
 static void
-psppire_dialog_action_runs_activate (GtkAction *a)
+psppire_dialog_action_runs_activate (PsppireDialogAction *a)
 {
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);
   PsppireDialogActionRuns *act = PSPPIRE_DIALOG_ACTION_RUNS (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)
     {