gtk+ r21601 - trunk/modules/other/gail



Author: matthiasc
Date: Tue Oct  7 17:41:46 2008
New Revision: 21601
URL: http://svn.gnome.org/viewvc/gtk+?rev=21601&view=rev

Log:
2008-10-07 Matthias Clasen <mclasen redhat com>

        Bug 554950 â gail must make itself resident

        * gail.c: Make the module resident, since it can't handle
        being unloaded.



Modified:
   trunk/modules/other/gail/ChangeLog
   trunk/modules/other/gail/gail.c

Modified: trunk/modules/other/gail/gail.c
==============================================================================
--- trunk/modules/other/gail/gail.c	(original)
+++ trunk/modules/other/gail/gail.c	Tue Oct  7 17:41:46 2008
@@ -980,3 +980,12 @@
 
   return 0;
 }
+
+const char *
+g_module_check_init (GModule *module)
+{
+  g_module_make_resident (module);
+
+  return NULL;
+}
+ 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]