(Re)enable the pasting of the importer syntax
[pspp] / src / ui / gui / psppire-data-window.c
index bdbdd085ef3de95537bd84b0ddf1682645f5059a..80eed25735aa8d9d4e3437d4f8e090d82cfb8d2e 100644 (file)
@@ -974,11 +974,9 @@ file_import (PsppireDataWindow *dw)
   g_main_loop_run (asst->main_loop);
   g_main_loop_unref (asst->main_loop);
 
-#if TEXT_FILE
   if (!asst->file_name)
     goto end;
 
-
   switch (asst->response)
     {
     case GTK_RESPONSE_APPLY:
@@ -994,7 +992,7 @@ file_import (PsppireDataWindow *dw)
     default:
       break;
     }
-#endif
+
  end:
   gtk_widget_destroy (GTK_WIDGET (asst));
 }