X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-frequencies.c;h=a377d50a16e6df269246b3b4311721ee721c61d1;hb=900b98d3fb6cde827807023ac10e4df3d711c03d;hp=1135e8a4fd72b82829da5aa3eda691660888725e;hpb=c57d9a2ac4278ebc2d06032cbee286fb20ca7326;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-frequencies.c b/src/ui/gui/psppire-dialog-action-frequencies.c index 1135e8a4fd..a377d50a16 100644 --- a/src/ui/gui/psppire-dialog-action-frequencies.c +++ b/src/ui/gui/psppire-dialog-action-frequencies.c @@ -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;