Actions
Bug #323
open_gtkTextBufferInsertCopy
Start date:
03/20/2011
Due date:
% Done:
0%
Estimated time:
Description
log :
SCOL_gtkTextBufferInsertCopy : entering gtk_text_buffer_insert_range: assertion `gtk_text_iter_get_buffer (start)->tag_table == buffer->tag_table' failed
pkg :
typeof bufferA = ObjGtkWidget;; typeof bufferB = ObjGtkWidget;; fun main ()= _showconsole; set bufferA = _gtkTextBufferNew _channel nil; set bufferB = _gtkTextBufferNew _channel nil; _gtkTextBufferInsert bufferA _getpack _checkpack "tests/2dgtk/text.txt" 0; _gtkTextBufferInsertCopy bufferB 0 bufferA 50 80; /* error here */ 0;;
No data to display
Actions