diff -up gtk+-2.14.3/modules/other/gail/gail.c.make-resident gtk+-2.14.3/modules/other/gail/gail.c --- gtk+-2.14.3/modules/other/gail/gail.c.make-resident 2008-10-03 22:42:20.000000000 -0400 +++ gtk+-2.14.3/modules/other/gail/gail.c 2008-10-03 22:38:18.000000000 -0400 @@ -981,3 +981,11 @@ gtk_module_init (gint *argc, char** argv return 0; } +const char * +g_module_check_init (GModule *module) +{ + g_module_make_resident (module); + + return NULL; +} +