X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-chisquare.c;h=3a45e4a714b6217e14bf022e1eb2b35a61d97530;hb=4246294842a8abedecaaf55aa87507225f03f58c;hp=00b6d22a4f46ac89608cd17002f463f89a2c37a6;hpb=ed208cf009043f0bf319a4e919c279d5b1401f36;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-chisquare.c b/src/ui/gui/psppire-dialog-action-chisquare.c index 00b6d22a4f..3a45e4a714 100644 --- a/src/ui/gui/psppire-dialog-action-chisquare.c +++ b/src/ui/gui/psppire-dialog-action-chisquare.c @@ -37,7 +37,7 @@ G_DEFINE_TYPE (PsppireDialogActionChisquare, psppire_dialog_action_chisquare, PS static char * -generate_syntax (PsppireDialogAction *act) +generate_syntax (const PsppireDialogAction *act) { PsppireDialogActionChisquare *scd = PSPPIRE_DIALOG_ACTION_CHISQUARE (act); @@ -129,7 +129,7 @@ refresh (PsppireDialogAction *rd_) } static void -psppire_dialog_action_chisquare_activate (GtkAction *a) +psppire_dialog_action_chisquare_activate (PsppireDialogAction *a) { PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); PsppireDialogActionChisquare *act = PSPPIRE_DIALOG_ACTION_CHISQUARE (a); @@ -184,8 +184,6 @@ psppire_dialog_action_chisquare_activate (GtkAction *a) psppire_acr_set_model(PSPPIRE_ACR (values_acr), act->expected_list); - if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_chisquare_parent_class)->activate) - PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_chisquare_parent_class)->activate (pda); } static void