Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / find-dialog.c
index 60d54e2679cb37d55c67c38f3c3b209fa1d1dedc..70f2085ca9dd76858596db6216d81aa5f498d0cc 100644 (file)
@@ -241,7 +241,7 @@ find_dialog (GObject *o, gpointer data)
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
 
-  g_object_set (source, "model", fd.dict, 
+  g_object_set (source, "dictionary", fd.dict, 
        "selection-mode", GTK_SELECTION_SINGLE,
        NULL);