gtk2/gail-make-resident.patch
Matthias Clasen 9b3eb9036f fix patch
2008-10-04 03:08:57 +00:00

17 lines
477 B
Diff

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;
+}
+