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=fb09cc237759eca594066742a7b8cad7c8dda83f;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/src/ui/gui/factor-dialog.c b/src/ui/gui/factor-dialog.c index fb09cc2377..90d3b39ce5 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 (GObject *o, gpointer data) +factor_dialog (PsppireDataWindow *dw) { struct factor fd; gint response; @@ -221,7 +221,7 @@ factor_dialog (GObject *o, 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);