id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
6,pixbufCopyArea parameters are swapped,akamaus@…,somebody,"width and height parameters of pixbufCopyArea seems to be swapped. 
In gtk_pixbuf_copy_area width(4th) goes before height(5th) and here they are in opposite order:
{{{
pixbufCopyArea :: Pixbuf ->  
                  Int ->  -- src_x
                  Int ->  -- src_y
                  Int ->  -- height !!!
                  Int ->  -- width !!!
                  Pixbuf -> Int -> Int -> IO ()
}}}",defect,closed,normal,0.9.11,"general (Gtk+, Glib)",0.9.11,fixed,pixbufCopyArea,
