Workaround runtime problem in cygwin
[pspp] / src / ui / gui / widgets.c
index 0da5c6c73fd0a97db6e07044dce58ae09d7c9b03..008d37e52a30440ccf5200e41e28fd8005ef7750 100644 (file)
@@ -61,4 +61,8 @@ preregister_widgets (void)
   psppire_dialog_action_regression_get_type ();
   psppire_dialog_action_roc_get_type ();
   psppire_dialog_action_sort_get_type ();
+
+  /* This seems to be necessary on Cygwin.
+     It ought not to be necessary.  Having it here can't do any harm. */
+  gtk_source_view_get_type ();
 }