Only call an event listener once per event
authorMike Gorse <mgorse@suse.com>
Fri, 26 Oct 2012 21:01:35 +0000 (16:01 -0500)
committerMike Gorse <mgorse@suse.com>
Fri, 26 Oct 2012 21:01:35 +0000 (16:01 -0500)
commit0927d749d332c1719856545f53a00ea28a7d4e25
tree23300c539bc4e9db7951085b6bb0a22482293e0d
parent1d2cfd39d4d99723d2662ae96512a6dc8877d1a8
Only call an event listener once per event

If an event listener is registered for an event more than once (ie,
registering both the event and its superset), then only notify it once.
atspi/atspi-event-listener.c