Change some instances of GtkAction to PsppireDialogAction
[pspp] / src / ui / gui / psppire-dialog-action-descriptives.c
index 2d6cca337d4219d88691b5a0a85af3e8cdf83294..55535043a8f995c6ba530387195788da7d5885f8 100644 (file)
@@ -194,12 +194,12 @@ dialog_refresh (PsppireDialogAction *scd_)
 
 
 static void
-psppire_dialog_action_descriptives_activate (GtkAction *a)
+psppire_dialog_action_descriptives_activate (PsppireDialogAction *a)
 {
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);
   PsppireDialogActionDescriptives *act = PSPPIRE_DIALOG_ACTION_DESCRIPTIVES (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)
     {