2003-05-30 Michael Meeks <michael@ximian.com>
authormichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 30 May 2003 15:01:26 +0000 (15:01 +0000)
committermichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 30 May 2003 15:01:26 +0000 (15:01 +0000)
* test/test-simple.c (main): use CORBA_ORB_perform_work
instead of an unnecessary linc_ call.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@432 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
test/test-simple.c

index 05a81ee..7e5a5af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-30  Michael Meeks  <michael@ximian.com>
+
+       * test/test-simple.c (main): use CORBA_ORB_perform_work
+       instead of an unnecessary linc_ call.
+
 2003-05-20  Padraig O'Briain <padraig.obriain@sun.com>
 
        * cspi/spi-statetypes.h, cspi/docs/tmpl/spi_stateset.sgml:
index c832ee9..c0d6c50 100644 (file)
@@ -790,7 +790,7 @@ main (int argc, char **argv)
        /* Wait for any pending events from the registry */
        g_usleep (500*1000);
        for (i = 0; i < 100; i++)
-               linc_main_iteration (FALSE);
+               CORBA_ORB_perform_work (NULL, NULL);
 
        if ((leaked = SPI_exit ()))
                g_error ("Leaked %d SPI handles", leaked);