Re-enabled Paste button
[pspp] / src / ui / gui / page-formats.c
index eb863bdd12e12f308ce05efaa960ec812206f2c4..6a2109d44af9f1ddc7382447eaa1382e2f791c43 100644 (file)
@@ -198,6 +198,8 @@ prepare_formats_page (struct import_assistant *ia)
     GTK_CONTAINER (get_widget_assert (ia->asst.builder, "data-scroller")),
     ia);
 
+  gtk_widget_show (ia->asst.paste_button);
+
   pop_watch_cursor (ia);
 }