X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fexamine-dialog.c;h=87a048acfe3d4e07bd6f2697cfd9b692fa660ef7;hb=33c65b85425187f4cb06f7c8302e49d571c4c3a7;hp=67523143fc48ea09eedcae8c5acfe67f8979ce5a;hpb=3bbb4370239deb29ebbf813d258aef6249e2a431;p=pspp diff --git a/src/ui/gui/examine-dialog.c b/src/ui/gui/examine-dialog.c index 67523143fc..87a048acfe 100644 --- a/src/ui/gui/examine-dialog.c +++ b/src/ui/gui/examine-dialog.c @@ -234,10 +234,9 @@ run_opts_dialog (struct examine_dialog *ed) /* Pops up the Examine dialog box */ void -examine_dialog (GObject *o, gpointer data) +examine_dialog (PsppireDataWindow *de) { gint response; - PsppireDataWindow *de = PSPPIRE_DATA_WINDOW (data); struct examine_dialog ex_d; @@ -315,7 +314,7 @@ examine_dialog (GObject *o, gpointer data) case PSPPIRE_RESPONSE_PASTE: { gchar *syntax = generate_syntax (&ex_d); - paste_syntax_in_new_window (syntax); + paste_syntax_to_window (syntax); g_free (syntax); } break;