X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fexamine-dialog.c;h=13ef847a36f436b49c8cd062eda617d7f0563624;hb=b5c82cc9aabe7e641011130240ae1b2e84348e23;hp=2902685d395f45ac932a88251f0dc3a30ab5d579;hpb=d3181522c4d8e725d417cbae655e46f660fe168e;p=pspp-builds.git diff --git a/src/ui/gui/examine-dialog.c b/src/ui/gui/examine-dialog.c index 2902685d..13ef847a 100644 --- a/src/ui/gui/examine-dialog.c +++ b/src/ui/gui/examine-dialog.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include "executor.h" #include "gettext.h" #define _(msgid) gettext (msgid) @@ -279,7 +279,7 @@ examine_dialog (GObject *o, gpointer data) gtk_window_set_transient_for (GTK_WINDOW (ex_d.stats_dialog), GTK_WINDOW (de)); gtk_window_set_transient_for (GTK_WINDOW (ex_d.opts_dialog), GTK_WINDOW (de)); - g_object_set (source, "model", vs->dict, NULL); + g_object_set (source, "dictionary", vs->dict, NULL); set_dest_model (GTK_TREE_VIEW (ex_d.dep_list), vs->dict); ex_d.dict = vs->dict;