GNOME Bugzilla – Bug 677551
a11y: fix a typo leading to a crash
Last modified: 2012-06-07 20:51:50 UTC
See commit for rationale.
Created attachment 215741 [details] [review] a11y: fix a typo leading to a crash text can't be NULL here, or we would have failed way earlier. The original code from gail returned if the renderer text was NULL, and we have to do that, or we'll end up calling e.g. g_utf8_offset_to_pointer() on a NULL pointer. https://bugzilla.redhat.com/show_bug.cgi?id=827930
Pushed to master.