Check that we have a valid path when emitting a signal
authorMike Gorse <mgorse@novell.com>
Fri, 10 Feb 2012 12:11:37 +0000 (06:11 -0600)
committerMike Gorse <mgorse@novell.com>
Fri, 10 Feb 2012 12:11:37 +0000 (06:11 -0600)
commit5ca9cae5d42df1109550e05e8bb06ecd8b009f70
tree6e2932154d1c237c47f8b70866a9ae75d4fad3b9
parent097e268d47d7e35a35175b37c222c13a1aa5f3a9
Check that we have a valid path when emitting a signal

If we don't have a valid object path in emit_event (ie, if NULL is
passed in, for some strange reason), then return rather than crashing in
libdbus.

https://bugzilla.gnome.org/show_bug.cgi?id=669794
atk-adaptor/event.c