X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpage-file.c;fp=src%2Fui%2Fgui%2Fpage-file.c;h=b6100f369328ce56a287da2cd31922d08845c749;hb=b241f1232945bfc913633c3ecec68e997500e065;hp=98362a3f13b5d1082eac4e9a73f9aeb9c0925849;hpb=c3b2f2e8406224a796f9f0f87048d9400c509265;p=pspp diff --git a/src/ui/gui/page-file.c b/src/ui/gui/page-file.c index 98362a3f13..b6100f3693 100644 --- a/src/ui/gui/page-file.c +++ b/src/ui/gui/page-file.c @@ -99,6 +99,8 @@ init_file (struct import_assistant *ia, GtkWindow *parent_window) if (ia->spreadsheet == NULL) ia->spreadsheet = gnumeric_probe (file->file_name); + + printf ("%s:%d %p\n", __FILE__, __LINE__, ia->spreadsheet); if (ia->spreadsheet == NULL) ia->spreadsheet = ods_probe (file->file_name);