gtk+ r21602 - branches/gtk-2-14/modules/other/gail
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21602 - branches/gtk-2-14/modules/other/gail
- Date: Tue, 7 Oct 2008 17:49:07 +0000 (UTC)
Author: matthiasc
Date: Tue Oct 7 17:49:07 2008
New Revision: 21602
URL: http://svn.gnome.org/viewvc/gtk+?rev=21602&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:
branches/gtk-2-14/modules/other/gail/ChangeLog
branches/gtk-2-14/modules/other/gail/gail.c
Modified: branches/gtk-2-14/modules/other/gail/gail.c
==============================================================================
--- branches/gtk-2-14/modules/other/gail/gail.c (original)
+++ branches/gtk-2-14/modules/other/gail/gail.c Tue Oct 7 17:49:07 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]