X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fweight-cases-dialog.c;h=11b528ba76d1ebf2f3f06cea96cabad8d8eac7f9;hb=729b96a6bd9342c45e6f65a113fd87c70da85b0a;hp=a464646fe7742eeacf0c0ece78467710c0ad5de8;hpb=4398d3a1a881c6cafaeb0cbd11f56bd51d904c51;p=pspp diff --git a/src/ui/gui/weight-cases-dialog.c b/src/ui/gui/weight-cases-dialog.c index a464646fe7..11b528ba76 100644 --- a/src/ui/gui/weight-cases-dialog.c +++ b/src/ui/gui/weight-cases-dialog.c @@ -19,7 +19,7 @@ #include "weight-cases-dialog.h" #include "psppire-selector.h" #include "psppire-dialog.h" -#include "helper.h" +#include "executor.h" #include "psppire-data-window.h" #include "dict-display.h" #include @@ -130,11 +130,10 @@ weight_cases_dialog (GObject *o, gpointer data) g_signal_connect (selector, "de-selected", G_CALLBACK (on_deselect), radiobutton1); - attach_dictionary_to_treeview (GTK_TREE_VIEW (source), - vs->dict, - GTK_SELECTION_SINGLE, - var_is_numeric - ); + g_object_set (source, "dictionary", vs->dict, + "selection-mode", GTK_SELECTION_SINGLE, + "predicate", var_is_numeric, + NULL); psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector), source,