2008-03-14 Li Yuan <li.yuan@sun.com>
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 14 Mar 2008 02:59:09 +0000 (02:59 +0000)
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 14 Mar 2008 02:59:09 +0000 (02:59 +0000)
        * atk-bridge/bridge.c: (deregister_application):
        Bug #522356. Since in desktop.c:spi_desktop_remove_application, we
        call bonobo_object_release_unref for the object, we don't need to
        unref the object again.

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

ChangeLog
atk-bridge/bridge.c

index d7f873e..b4d9405 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-14  Li Yuan  <li.yuan@sun.com>
+
+       * atk-bridge/bridge.c: (deregister_application):
+       Bug #522356. Since in desktop.c:spi_desktop_remove_application, we
+       call bonobo_object_release_unref for the object, we don't need to
+       unref the object again.
+
 2008-03-10  Li Yuan  <li.yuan@sun.com>
 
        * NEWS:
index f76d693..94a9fe8 100644 (file)
@@ -598,8 +598,6 @@ deregister_application (BonoboObject *app)
 
   device_event_controller = bonobo_object_release_unref (device_event_controller, &ev);
   registry = bonobo_object_release_unref (registry, &ev);
-  
-  app = bonobo_object_unref (app);
 }
 
 static void