X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-compute.c;h=e40dcd89581b3563e4e0d9b500c21d0c14b066e9;hb=ed208cf009043f0bf319a4e919c279d5b1401f36;hp=01c9136ee0ef96f3fc8e0c6b1eba092d9862b8ca;hpb=bac6dafc3c5ee45b2321615a8a36a2ddf93a2b1d;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-compute.c b/src/ui/gui/psppire-dialog-action-compute.c index 01c9136ee0..e40dcd8958 100644 --- a/src/ui/gui/psppire-dialog-action-compute.c +++ b/src/ui/gui/psppire-dialog-action-compute.c @@ -461,7 +461,7 @@ psppire_dialog_action_compute_activate (GtkAction *a) PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); PsppireDialogActionCompute *act = PSPPIRE_DIALOG_ACTION_COMPUTE (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) {