Fixed grid line input bug introduced in [9f52ac]
authorP. F. Chimento <philip.chimento@gmail.com>
Sun, 1 May 2011 14:30:21 +0000 (16:30 +0200)
committerP. F. Chimento <philip.chimento@gmail.com>
Sun, 1 May 2011 14:30:21 +0000 (16:30 +0200)
commited204cc781c440e6fc02c90df4c6395909661a27
tree44594bc05bc325c3c8842dc672cf6aa98a7c5b3a
parent29e55e3bcea55c5a30e766fea88a1665b5cabc33
Fixed grid line input bug introduced in [9f52ac]

The window buffer of a text grid must be flushed before line input
begins; line input replaces part of the text with a widget (GtkEntry)
so if the buffer is flushed during, then it overwrites the widget,
deleting it, and causing a crash.
libchimara/input.c