Remove deprecated objects GtkAction and GtkUIManager
[pspp] / src / ui / gui / psppire-dialog-action-aggregate.c
index e62d02bf0ce176561d45f1f91fccf1687b83c436..66dda9edcd47bef4df1a3cad0c064f3d11757c4b 100644 (file)
@@ -95,7 +95,7 @@ append_destination_filename (const PsppireDialogActionAggregate *agg, GString *g
 
 
 static char *
-generate_syntax (PsppireDialogAction *act)
+generate_syntax (const PsppireDialogAction *act)
 {
   PsppireDialogActionAggregate *agg = PSPPIRE_DIALOG_ACTION_AGGREGATE (act);
 
@@ -483,7 +483,7 @@ update_arguments (PsppireDialogActionAggregate *agg)
 
 
 static void
-psppire_dialog_action_aggregate_activate (GtkAction *a)
+psppire_dialog_action_aggregate_activate (PsppireDialogAction *a)
 {
   PsppireDialogActionAggregate *act = PSPPIRE_DIALOG_ACTION_AGGREGATE (a);
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);
@@ -594,8 +594,6 @@ psppire_dialog_action_aggregate_activate (GtkAction *a)
       psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
     }
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_aggregate_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_aggregate_parent_class)->activate (pda);
 }
 
 static void