X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-histogram.c;h=49d2a5f45b02cd9a0ba20db5376336d1400ead61;hp=08ffc1ad22c5b9811c4c24d9eb4a2077fc6cc0a2;hb=ed208cf009043f0bf319a4e919c279d5b1401f36;hpb=bac6dafc3c5ee45b2321615a8a36a2ddf93a2b1d diff --git a/src/ui/gui/psppire-dialog-action-histogram.c b/src/ui/gui/psppire-dialog-action-histogram.c index 08ffc1ad22..49d2a5f45b 100644 --- a/src/ui/gui/psppire-dialog-action-histogram.c +++ b/src/ui/gui/psppire-dialog-action-histogram.c @@ -65,7 +65,7 @@ psppire_dialog_action_histogram_activate (GtkAction *a) PsppireDialogActionHistogram *act = PSPPIRE_DIALOG_ACTION_HISTOGRAM (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) {