X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcrosstabs-dialog.c;h=3d5c5718fc6477172023666d761620760ec173ab;hb=d3181522c4d8e725d417cbae655e46f660fe168e;hp=188c4aaa92c66c339c829bef59df4748f6e23516;hpb=4398d3a1a881c6cafaeb0cbd11f56bd51d904c51;p=pspp-builds.git diff --git a/src/ui/gui/crosstabs-dialog.c b/src/ui/gui/crosstabs-dialog.c index 188c4aaa..3d5c5718 100644 --- a/src/ui/gui/crosstabs-dialog.c +++ b/src/ui/gui/crosstabs-dialog.c @@ -422,9 +422,7 @@ crosstabs_dialog (GObject *o, gpointer data) gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de)); - attach_dictionary_to_treeview (GTK_TREE_VIEW (source), - vs->dict, - GTK_SELECTION_MULTIPLE, NULL); + g_object_set (source, "model", vs->dict, NULL); set_dest_model (GTK_TREE_VIEW (dest_rows), vs->dict); set_dest_model (GTK_TREE_VIEW (dest_cols), vs->dict);