From 7e6b190892ea47bb90da75abcab856436a7ac222 Mon Sep 17 00:00:00 2001 From: mmclouglin Date: Fri, 24 Aug 2001 13:03:08 +0000 Subject: [PATCH] 2001-08-24 Mark McLoughlin * libspi/listener.c(impl_notify_event): BonoboUnkown_unref the source instead of bonobo_object_release_unref - the ORB handles the releasing. * configure.in: require ORBit-2.3.94 for this behaviour. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@49 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 10 ++++++++++ configure.in | 8 ++++---- libspi/listener.c | 3 +-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 30fbc29..2212d5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-08-24 Mark McLoughlin + + * libspi/listener.c(impl_notify_event): + BonoboUnkown_unref the source instead + of bonobo_object_release_unref - the ORB + handles the releasing. + + * configure.in: require ORBit-2.3.94 for + this behaviour. + 2001-08-21 Bill Haneman Tagged CVS repository 'EA_1_0'. diff --git a/configure.in b/configure.in index 21b62ff..ea63427 100644 --- a/configure.in +++ b/configure.in @@ -83,11 +83,11 @@ dnl to make this work with the tarballs. AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes) dnl Checks for libraries -PKG_CHECK_MODULES(LIBSPI, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 >= 2.3.91 atk >= 0.2) +PKG_CHECK_MODULES(LIBSPI, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 >= 2.3.94 atk >= 0.2) AC_SUBST(LIBSPI_LIBS) AC_SUBST(LIBSPI_CFLAGS) -PKG_CHECK_MODULES(LIBCSPI, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 >= 2.3.91 atk >= 0.2) +PKG_CHECK_MODULES(LIBCSPI, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 >= 2.3.94 atk >= 0.2) AC_SUBST(LIBCSPI_LIBS) AC_SUBST(LIBCSPI_CFLAGS) @@ -95,11 +95,11 @@ PKG_CHECK_MODULES(REGISTRYD, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.9 AC_SUBST(REGISTRYD_LIBS) AC_SUBST(REGISTRYD_CFLAGS) -PKG_CHECK_MODULES(TESTS, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 atk >= 0.2) +PKG_CHECK_MODULES(TESTS, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 >= 2.3.94 atk >= 0.2) AC_SUBST(TESTS_LIBS) AC_SUBST(TESTS_CFLAGS) -PKG_CHECK_MODULES(AT_BRIDGE, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 atk >= 0.2) +PKG_CHECK_MODULES(AT_BRIDGE, bonobo-activation-2.0 >= 0.9.1 libbonobo-2.0 >= 1.97.0 ORBit-2.0 >= 2.3.94 atk >= 0.2) AC_SUBST(AT_BRIDGE_LIBS) AC_SUBST(AT_BRIDGE_CFLAGS) diff --git a/libspi/listener.c b/libspi/listener.c index 5492ed7..9dcdb1b 100644 --- a/libspi/listener.c +++ b/libspi/listener.c @@ -90,8 +90,7 @@ impl_notify_event (PortableServer_Servant servant, */ /* TODO: free/deref the returned interface! */ #endif - bonobo_object_release_unref (e->source, ev); - + Bonobo_Unknown_unref (e->source, ev); } static void -- 2.7.4