X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-logistic.c;h=15f7d6b9e5bf1eafd728e936ca999bdd940161c7;hb=ed208cf009043f0bf319a4e919c279d5b1401f36;hp=074b8e145621af4a1b2cf4b0d72ea35bd836c967;hpb=bac6dafc3c5ee45b2321615a8a36a2ddf93a2b1d;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-logistic.c b/src/ui/gui/psppire-dialog-action-logistic.c index 074b8e1456..15f7d6b9e5 100644 --- a/src/ui/gui/psppire-dialog-action-logistic.c +++ b/src/ui/gui/psppire-dialog-action-logistic.c @@ -102,7 +102,7 @@ psppire_dialog_action_logistic_activate (GtkAction *a) PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); GtkWidget *opts_button; - 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) {