Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / t-test-one-sample.c
index 64232d85754429e4117e8eb02228d54f83836407..2c48c5d9c6c3dffa690fb6cfa48a3764bfc82e54 100644 (file)
@@ -147,7 +147,7 @@ t_test_one_sample_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);