summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-11-15 17:42:51 -0500
committerMike Gorse <mgorse@novell.com>2010-11-15 17:42:51 -0500
commitffe3295181b121920639b9a0e699bf80789a8ffb (patch)
treeac13896c747097373ad4cc93c4a0fe7c4fc35ab5
parent199244d046d063a9778cac94544133e03d23b8e4 (diff)
downloadat-spi2-atk-ffe3295181b121920639b9a0e699bf80789a8ffb.tar.gz
Remove g_atexit handler.
BGO#563546: at-spi should not use atexit. Dbus sends a NameOwnerChanged when an application goes away, so at-spi2-registryd should be able to do any necessary handling from that.
-rw-r--r--atk-adaptor/bridge.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c
index f476e96..35086f4 100644
--- a/atk-adaptor/bridge.c
+++ b/atk-adaptor/bridge.c
@@ -757,8 +757,6 @@ adaptor_init (gint * argc, gchar ** argv[])
else
get_registered_event_listeners (spi_global_app_data);
- g_atexit (exit_func);
-
return 0;
}