X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-correlation.c;h=81b694a7aa147489fa7b0eec989f810f2d94d80e;hb=81ddd8ec0219b4808fc5392d4da0eebd45efa7ac;hp=4dd10f3b4208fd8807eb07aecdc1b447782bbe7d;hpb=fc6620099bbc53762095569d5356b67a81a85402;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-correlation.c b/src/ui/gui/psppire-dialog-action-correlation.c index 4dd10f3b42..81b694a7aa 100644 --- a/src/ui/gui/psppire-dialog-action-correlation.c +++ b/src/ui/gui/psppire-dialog-action-correlation.c @@ -92,12 +92,12 @@ refresh (PsppireDialogAction *rd_) } static void -psppire_dialog_action_correlation_activate (GtkAction *a) +psppire_dialog_action_correlation_activate (PsppireDialogAction *a) { PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); PsppireDialogActionCorrelation *act = PSPPIRE_DIALOG_ACTION_CORRELATION (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) {