PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / weight-cases-dialog.c
index b43d49c3f50d64c244b4ff17ee62877def5a68cf..03aea92def8045748c846bfd75626bb01e50d362 100644 (file)
@@ -132,7 +132,7 @@ weight_cases_dialog (GObject *o, gpointer data)
                    radiobutton1);
 
   
-  g_object_set (source, "dictionary", wcd.dict,
+  g_object_set (source, "model", wcd.dict,
                                 "selection-mode", GTK_SELECTION_SINGLE,
                                 "predicate", var_is_numeric,
                                 NULL);