X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2Flistener.c;h=fb0778a1f28e695f30f90daec158bf64ed085bc3;hb=838ffbd98cd6acfaad67fd6b3a08ac69b9f68f9d;hp=8ab2c80581c4090db35995b8e64a4d09032f20ce;hpb=ea331020a2ed8781fd4227fe7f189a094a4c559b;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/listener.c b/libspi/listener.c index 8ab2c80..fb0778a 100644 --- a/libspi/listener.c +++ b/libspi/listener.c @@ -72,9 +72,9 @@ impl_notify_event (PortableServer_Servant servant, CORBA_Environment *ev) { #ifdef SPI_DEBUG - fprintf (stderr, "notify...\n"); + fprintf (stderr, "notify %s...\n", e->type); fprintf (stderr, "source name: '%s'\n", - Accessibility_Accessible__get_name(e->target, ev)); + Accessibility_Accessible__get_name(e->source, ev)); if (ev->_major != CORBA_NO_EXCEPTION) { fprintf(stderr, ("Accessibility app error: exception during event notification: %s\n"), @@ -82,13 +82,13 @@ impl_notify_event (PortableServer_Servant servant, exit(-1); } fprintf (stderr, "source is component ? : %s\n", - Accessibility_Accessible_queryInterface (e->target, + Accessibility_Accessible_queryInterface (e->source, "IDL:Accessibility/Component:1.0", ev) ? "yes" : "no"); #endif - bonobo_object_release_unref (e->target, ev); + bonobo_object_release_unref (e->source, ev); }