X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ftext-data-import-dialog.c;h=b0f524ec6a182adc6beb376747ef6f9afbc63f25;hb=9fd97e410494b051da21490040e4a5b5de2d5a2a;hp=d1252592e8e9056dadf0867596c6abe61370e0ca;hpb=681924fb9b8db641a6dc81abfac0a985799446da;p=pspp diff --git a/src/ui/gui/text-data-import-dialog.c b/src/ui/gui/text-data-import-dialog.c index d1252592e8..b0f524ec6a 100644 --- a/src/ui/gui/text-data-import-dialog.c +++ b/src/ui/gui/text-data-import-dialog.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation + Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 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 @@ -122,7 +122,7 @@ text_data_import_assistant (PsppireDataWindow *dw) case GTK_RESPONSE_APPLY: { gchar *fn = g_path_get_basename (ia->file.file_name); - open_data_window (PSPPIRE_WINDOW (dw), fn, generate_syntax (ia)); + open_data_window (PSPPIRE_WINDOW (dw), fn, NULL, generate_syntax (ia)); g_free (fn); } break;