X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcorrelation-dialog.c;h=3561170d74c83d5c62454a8dd17d39513ce56d41;hb=64a18d9cb2657b541ebf39c9a064edc92101f2f3;hp=82a053a3d3182db45efc9244849283e4956bfd9a;hpb=319711ff80e76a730ec26c86d67c0107143d8747;p=pspp-builds.git diff --git a/src/ui/gui/correlation-dialog.c b/src/ui/gui/correlation-dialog.c index 82a053a3..3561170d 100644 --- a/src/ui/gui/correlation-dialog.c +++ b/src/ui/gui/correlation-dialog.c @@ -83,13 +83,12 @@ dialog_state_valid (gpointer data) /* Pops up the Correlation dialog box */ void -correlation_dialog (gpointer data) +correlation_dialog (PsppireDataWindow *de) { struct correlation rd; gint response; GtkBuilder *xml = builder_new ("correlation.ui"); - PsppireDataWindow *de = PSPPIRE_DATA_WINDOW (data); PsppireVarStore *vs; GtkWidget *dialog = get_widget_assert (xml, "correlation-dialog");