X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fks-one-sample-dialog.c;h=ba27e58bf33edd3904bf5578d8085b995619afd4;hb=4e3feede0f6b3d2e67d6e41a9ddea3738e574dc3;hp=c9a1bcbd473e7a4fb49ea183aeddf6a3ba8b6eaa;hpb=32ee0e0402d6d56674f53a47d879ec5c07dabe09;p=pspp diff --git a/src/ui/gui/ks-one-sample-dialog.c b/src/ui/gui/ks-one-sample-dialog.c index c9a1bcbd47..ba27e58bf3 100644 --- a/src/ui/gui/ks-one-sample-dialog.c +++ b/src/ui/gui/ks-one-sample-dialog.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2011 Free Software Foundation + Copyright (C) 2011, 2012 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,9 @@ #include "psppire-var-view.h" #include "executor.h" +#include "builder-wrapper.h" #include "helper.h" + #include "dialog-common.h" #include @@ -104,8 +106,6 @@ ks_one_sample_dialog (PsppireDataWindow *dw) struct ks_one_sample fd; gint response; - PsppireVarStore *vs; - GtkWidget *dialog ; GtkWidget *source ; @@ -126,11 +126,9 @@ ks_one_sample_dialog (PsppireDataWindow *dw) fd.variables = get_widget_assert (fd.xml, "psppire-var-view1"); - g_object_get (fd.de->data_editor, "var-store", &vs, NULL); - gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (fd.de)); - g_object_get (vs, "dictionary", &fd.dict, NULL); + g_object_get (fd.de->data_editor, "dictionary", &fd.dict, NULL); g_object_set (source, "model", fd.dict, "predicate", var_is_numeric, NULL);