X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Frank-dialog.c;h=2c4d19a0fde9b6f37ace69dcd82292a9bff7f5e0;hb=28ced40c7ddd248b5d64b7b5272fb17b6e97b13a;hp=8ea25a1d9e8e5f9f93f39619ad39f37409bdce84;hpb=8953baa61127d6d3b91f763663ea647bf3e4e793;p=pspp-builds.git diff --git a/src/ui/gui/rank-dialog.c b/src/ui/gui/rank-dialog.c index 8ea25a1d..2c4d19a0 100644 --- a/src/ui/gui/rank-dialog.c +++ b/src/ui/gui/rank-dialog.c @@ -306,10 +306,7 @@ rank_dialog (GObject *o, gpointer data) gtk_window_set_transient_for (GTK_WINDOW (rd.dialog), GTK_WINDOW (de)); - attach_dictionary_to_treeview (GTK_TREE_VIEW (vars), - vs->dict, - GTK_SELECTION_MULTIPLE, NULL); - + g_object_set (vars, "dictionary", vs->dict, NULL); set_dest_model (GTK_TREE_VIEW (rd.rank_vars), vs->dict);