From: John Darrington Date: Mon, 16 Jul 2012 11:17:48 +0000 (+0200) Subject: Workaround runtime problem in cygwin X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fbuilds%2F20120730001945%2Fpspp;p=pspp Workaround runtime problem in cygwin --- 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 (); }