From ec9ef1ece2392967ddf17980089bc4692931d6c3 Mon Sep 17 00:00:00 2001
From: John Darrington <john@darrington.wattle.id.au>
Date: Mon, 16 Jul 2012 13:17:48 +0200
Subject: [PATCH] Workaround runtime problem in cygwin

---
 src/ui/gui/widgets.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c
index 0da5c6c73f..008d37e52a 100644
--- a/src/ui/gui/widgets.c
+++ b/src/ui/gui/widgets.c
@@ -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 ();
 }
-- 
2.30.2