at-spi r1122 - in trunk: . atk-bridge
- From: liyuan svn gnome org
- To: svn-commits-list gnome org
- Subject: at-spi r1122 - in trunk: . atk-bridge
- Date: Mon, 10 Nov 2008 03:22:33 +0000 (UTC)
Author: liyuan
Date: Mon Nov 10 03:22:33 2008
New Revision: 1122
URL: http://svn.gnome.org/viewvc/at-spi?rev=1122&view=rev
Log:
2008-11-10 Li Yuan <li yuan sun com>
* atk-bridge/bridge.c: (g_module_check_init):
* configure.in:
Bug #554953.
Patch from Matthias Clasen. Make atk-bridge resident.
Modified:
trunk/ChangeLog
trunk/atk-bridge/bridge.c
trunk/configure.in
Modified: trunk/atk-bridge/bridge.c
==============================================================================
--- trunk/atk-bridge/bridge.c (original)
+++ trunk/atk-bridge/bridge.c Mon Nov 10 03:22:33 2008
@@ -41,6 +41,7 @@
#include "accessible.h"
#include "application.h"
#include <bonobo-activation/bonobo-activation-register.h>
+#include <gmodule.h>
#undef SPI_BRIDGE_DEBUG
@@ -1395,3 +1396,10 @@
spi_init_any_rect (any, app, role, name, rect);
}
+const char *
+g_module_check_init (GModule *module)
+{
+ g_module_make_resident (module);
+
+ return NULL;
+}
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Nov 10 03:22:33 2008
@@ -116,6 +116,7 @@
PKG_CHECK_MODULES(ATK_BRIDGE, [
libbonobo-2.0 >= req_ver_libbonobo
atk >= req_ver_atk
+ gmodule-2.0
])
AC_SUBST(ATK_BRIDGE_LIBS)
AC_SUBST(ATK_BRIDGE_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]