Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / t-test-independent-samples-dialog.c
index 53b2c20c430291bf3792d65d30468bbaa89871d1..e5a04a076a22d833a2397a9b899c97ef695860ff 100644 (file)
@@ -426,7 +426,7 @@ t_test_independent_samples_dialog (GObject *o, gpointer data)
 
   gtk_window_set_transient_for (GTK_WINDOW (tt_d.dialog), GTK_WINDOW (de));
 
-  g_object_set (dict_view, "model", 
+  g_object_set (dict_view, "dictionary", 
                                 vs->dict,
                                 NULL);