GNOME Bugzilla – Bug 596257
generator arguments are not passed along with _generateImage()
Last modified: 2009-10-05 20:52:55 UTC
Created attachment 143955 [details] [review] Proposed patch I ran into this issue while working on Banshee's list view. If a table cell has an Image interface, the column header is spoken every time it the cell is spoken (when speaking the row, for example). This is because the priorObj argument was not getting passed along after _generateImage()
Comment on attachment 143955 [details] [review] Proposed patch This patch looks good to me. If you're comfortable with it, please check it in to trunk and the the gnome-2-28 branch.
Comment on attachment 143955 [details] [review] Proposed patch Thanks!