X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=registryd%2Fdesktop.c;h=35063b4ea95df8bb6037ef553e08579e7cdffba9;hb=b5346d3452088bb6faeb06c33eb34b9699847757;hp=9258398ae813a04bb66dafd1b7cb80474b01029b;hpb=fd46827d0ef868929e7c255334b73adf2e305a85;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/registryd/desktop.c b/registryd/desktop.c index 9258398..35063b4 100644 --- a/registryd/desktop.c +++ b/registryd/desktop.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include "desktop.h" /* Our parent Gtk object type */ #define PARENT_TYPE SPI_ACCESSIBLE_TYPE @@ -94,9 +94,6 @@ impl_desktop_get_child_at_index (PortableServer_Servant servant, retval = bonobo_object_dup_ref (app->ref, ev); if (BONOBO_EX (ev)) { - CORBA_exception_free (ev); - CORBA_exception_set (ev, CORBA_USER_EXCEPTION, - ex_Accessibility_ChildGone, NULL); retval = CORBA_OBJECT_NIL; } }