Fix the build

This commit is contained in:
Matthias Clasen 2006-02-22 20:05:17 +00:00
parent 6a246a6c96
commit e68767fb9f

View File

@ -3342,6 +3342,8 @@ ensure_end_iter_line (GtkTextBTree *tree)
{
if (tree->end_iter_line_stamp != tree->chars_changed_stamp)
{
gint real_line;
/* n_lines is without the magic line at the end */
g_assert (_gtk_text_btree_line_count (tree) >= 1);