X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsort-cases-dialog.c;fp=src%2Fui%2Fgui%2Fsort-cases-dialog.c;h=44792432bc7afa2abea97aeea8611b41e15cc758;hb=c3e2ab6b50eb3b3c7e0852f2a4e2122f695714ff;hp=d9c665e69a8db988df983919d7ea6d651cc9c9ea;hpb=88cddbfae2dba14cd7e4225961aa88c3e6fe4445;p=pspp-builds.git diff --git a/src/ui/gui/sort-cases-dialog.c b/src/ui/gui/sort-cases-dialog.c index d9c665e6..44792432 100644 --- a/src/ui/gui/sort-cases-dialog.c +++ b/src/ui/gui/sort-cases-dialog.c @@ -110,9 +110,7 @@ sort_cases_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), vs->dict);