GNOME Bugzilla – Bug 658721
cally: Fix up event listener registration minimally
Last modified: 2011-09-11 14:58:54 UTC
For god-knows-what reason, at-spi is trying various formats of strings when registering listeners, triggering an ugly (gnome-shell:4411): Clutter-WARNING **: invalid object type create warning in .xsession-errors. Stop doing that. Also don't leak temporary string arrays that are a side-effect of passing parameters around as formatted strings.
Created attachment 196193 [details] [review] cally: Fix up event listener registration minimally
Review of attachment 196193 [details] [review]: looks good to me.
The following fix has been pushed: 5781beb cally: Fix up event listener registration minimally
Created attachment 196214 [details] [review] cally: Fix up event listener registration minimally For god-knows-what reason, at-spi is trying various formats of strings when registering listeners, triggering an ugly (gnome-shell:4411): Clutter-WARNING **: invalid object type create warning in .xsession-errors. Stop doing that. Also don't leak temporary string arrays that are a side-effect of passing parameters around as formatted strings.