X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-two-sample.c;h=b10ee4c137a8b0cb5f04b875064af325274dcdc2;hb=ed208cf009043f0bf319a4e919c279d5b1401f36;hp=c570993b843ca52368f8b0e2ca84f07ddfdab935;hpb=c33872a9c02a0d6b134addb56ded0468c8458cf0;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-two-sample.c b/src/ui/gui/psppire-dialog-action-two-sample.c index c570993b84..b10ee4c137 100644 --- a/src/ui/gui/psppire-dialog-action-two-sample.c +++ b/src/ui/gui/psppire-dialog-action-two-sample.c @@ -174,7 +174,7 @@ psppire_dialog_action_two_sample_activate (GtkAction *a) PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); PsppireDialogActionTwoSample *act = PSPPIRE_DIALOG_ACTION_TWO_SAMPLE (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) { @@ -185,7 +185,7 @@ psppire_dialog_action_two_sample_activate (GtkAction *a) /* NPAR Specific options */ GtkWidget *frame = gtk_frame_new (_("Test Type")); GtkWidget *bb = gtk_button_box_new (GTK_ORIENTATION_VERTICAL); - GtkWidget *box = get_widget_assert (xml, "vbox3"); + GtkWidget *box = get_widget_assert (xml, "dynamic-populate"); strcpy (act->nts[NT_WILCOXON].syntax, "/WILCOXON");