X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdialog-common.c;h=4de436774032c2b25a93cec03280ee12a17802e7;hb=1d5a97ba2afec23855a8294ff2814ab052f6777a;hp=42e2fbd4e4451537c03fd7c3d20964308eac6af3;hpb=5d5b324c12dc799e6e4dc3230e93edaa7d0a0272;p=pspp-builds.git diff --git a/src/ui/gui/dialog-common.c b/src/ui/gui/dialog-common.c index 42e2fbd4..4de43677 100644 --- a/src/ui/gui/dialog-common.c +++ b/src/ui/gui/dialog-common.c @@ -21,6 +21,13 @@ #include #include "dialog-common.h" +#include "helper.h" + + +/* Append the names of selected variables to STRING. + TREEVIEW is the treeview containing the variables. + DICT is the dictionary for those variables. +*/ gint append_variable_names (GString *string, PsppireDict *dict, GtkTreeView *treeview)