at-spi r1004 - in trunk: . atk-bridge
- From: liyuan svn gnome org
- To: svn-commits-list gnome org
- Subject: at-spi r1004 - in trunk: . atk-bridge
- Date: Mon, 31 Mar 2008 07:45:10 +0100 (BST)
Author: liyuan
Date: Mon Mar 31 07:45:10 2008
New Revision: 1004
URL: http://svn.gnome.org/viewvc/at-spi?rev=1004&view=rev
Log:
2008-03-31 Li Yuan <li yuan sun com>
* atk-bridge/bridge.c: (atk_bridge_init),
(spi_atk_bridge_do_registration):
Bug #498668. Call bonobo_activate at the beginning of the
initialization.
Modified:
trunk/ChangeLog
trunk/atk-bridge/bridge.c
Modified: trunk/atk-bridge/bridge.c
==============================================================================
--- trunk/atk-bridge/bridge.c (original)
+++ trunk/atk-bridge/bridge.c Mon Mar 31 07:45:10 2008
@@ -217,6 +217,8 @@
g_error ("Could not initialize Bonobo");
}
+ bonobo_activate ();
+
/* Create the accessible application server object */
this_app = spi_application_new (atk_get_root ());
/*
@@ -275,8 +277,6 @@
return FALSE;
}
- bonobo_activate ();
-
/* Create the accessible application server object */
if (this_app == NULL)
this_app = spi_application_new (atk_get_root ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]