summaryrefslogtreecommitdiff
path: root/atspi/atspi-gmain.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2012-01-05 14:36:18 -0600
committerMike Gorse <mgorse@novell.com>2012-01-05 14:36:18 -0600
commitbe3d5baf37515a76cd3db243665c84e26f30422f (patch)
tree9881722be7a55f2efbc478c75c323175dee01d0b /atspi/atspi-gmain.c
parentb7bbc86a845270ffa1597ff8b5c9231eebddd512 (diff)
downloadat-spi2-core-be3d5baf37515a76cd3db243665c84e26f30422f.tar.gz
Allow applications to query keyboard and mouse listeners
Add methods to list the currently-active keyboard and mouse listeners and signals to be fired when listeners are registered or deregistered. Part of the fix for http://bugzilla.gnome.org/show_bug.cgi?id=666870
Diffstat (limited to 'atspi/atspi-gmain.c')
-rw-r--r--atspi/atspi-gmain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/atspi/atspi-gmain.c b/atspi/atspi-gmain.c
index bb68c65e..6498c0a0 100644
--- a/atspi/atspi-gmain.c
+++ b/atspi/atspi-gmain.c
@@ -351,8 +351,6 @@ connection_setup_add_timeout (ConnectionSetup *cs,
if (!dbus_timeout_get_enabled (timeout))
return;
- g_assert (dbus_timeout_get_data (timeout) == NULL);
-
handler = g_new0 (TimeoutHandler, 1);
handler->cs = cs;
handler->timeout = timeout;