1b7602f
diff -up at-spi2-atk-0.3.90/atk-adaptor/bridge.c.resident-module at-spi2-atk-0.3.90/atk-adaptor/bridge.c
1b7602f
--- at-spi2-atk-0.3.90/atk-adaptor/bridge.c.resident-module	2010-08-15 19:23:09.000000000 -0400
1b7602f
+++ at-spi2-atk-0.3.90/atk-adaptor/bridge.c	2010-08-27 15:43:12.153157998 -0400
1b7602f
@@ -35,6 +35,7 @@
1b7602f
 #include <atk/atk.h>
1b7602f
 
1b7602f
 #include <droute/droute.h>
1b7602f
+#include <gmodule.h>
1b7602f
 
1b7602f
 #include "bridge.h"
1b7602f
 #include "event.h"
1b7602f
@@ -774,6 +775,14 @@ gtk_module_init (gint * argc, gchar ** a
1b7602f
   return 0;
1b7602f
 }
1b7602f
 
1b7602f
+gchar*
1b7602f
+g_module_check_init (GModule *module)
1b7602f
+{
1b7602f
+  g_module_make_resident (module);
1b7602f
+
1b7602f
+  return NULL;
1b7602f
+}
1b7602f
+
1b7602f
 void
1b7602f
 gnome_accessibility_module_init (void)
1b7602f
 {