Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / t-test-paired-samples.c
index 5ac5d8aaa41f851ae9c8faef022dcb5624448cd6..a239a47193b4eba5eb778355847ea2b1d5bc1490 100644 (file)
@@ -205,7 +205,7 @@ t_test_paired_samples_dialog (GObject *o, gpointer data)
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
 
-  g_object_set (dict_view, "model",
+  g_object_set (dict_view, "dictionary",
                                 vs->dict,
                                 "predicate",
                                 var_is_numeric, NULL);