id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1156,textBufferPasteClipboard,guest,axel,"Unable to paste at the current cursor position

In TextBuffer, function textBufferPasteClipboard has type 

textBufferPasteClipboard :: TextBufferClass self	
=> self	
-> Clipboard
-> TextIter
-> Bool	defaultEditable
-> IO ()

I think the type should be
textBufferPasteClipboard :: TextBufferClass self	
=> self	
-> Clipboard
-> Maybe TextIter
-> Bool	defaultEditable
-> IO ()

",defect,closed,normal,0.10.1,"general (Gtk+, Glib)",0.9.12,fixed,paste  TextBuffer,
