diff -up gtk+-2.14.3/modules/other/gail/gail.c.gail-make-resident gtk+-2.14.3/modules/other/gail/gail.c --- gtk+-2.14.3/modules/other/gail/gail.c.gail-make-resident 2008-09-19 00:44:18.000000000 -0400 +++ gtk+-2.14.3/modules/other/gail/gail.c 2008-10-03 22:59:58.000000000 -0400 @@ -980,3 +980,12 @@ gtk_module_init (gint *argc, char** argv return 0; } + +const char * +g_module_check_init (GModule *module) +{ + g_module_make_resident (module); + + return NULL; +} +