X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ffactor-dialog.c;h=90d3b39ce54cf38c891b17ef4d69675d80738e52;hb=64a18d9cb2657b541ebf39c9a064edc92101f2f3;hp=2b27bad157a7aecfc0bf2fe3beb0fc70822c894d;hpb=319711ff80e76a730ec26c86d67c0107143d8747;p=pspp-builds.git diff --git a/src/ui/gui/factor-dialog.c b/src/ui/gui/factor-dialog.c index 2b27bad1..90d3b39c 100644 --- a/src/ui/gui/factor-dialog.c +++ b/src/ui/gui/factor-dialog.c @@ -200,7 +200,7 @@ on_extract_toggle (GtkToggleButton *button, struct factor *f) /* Pops up the Factor dialog box */ void -factor_dialog (gpointer data) +factor_dialog (PsppireDataWindow *dw) { struct factor fd; gint response; @@ -221,7 +221,7 @@ factor_dialog (gpointer data) fd.extraction_dialog = get_widget_assert (fd.xml, "extractions-dialog"); - fd.de = PSPPIRE_DATA_WINDOW (data); + fd.de = dw; g_signal_connect_swapped (dialog, "refresh", G_CALLBACK (refresh), &fd);