Fix the build

This commit is contained in:
Matthias Clasen 2011-01-29 23:52:32 -05:00
parent 0b5a530ef1
commit e8a0f3cfb8

View File

@ -2927,7 +2927,7 @@ gtk_text_view_finalize (GObject *object)
gtk_text_view_set_buffer (text_view, NULL);
/* at this point, no "notify::buffer" handler should recreate the buffer. */
g_assert (priv->buffer == NULL);
g_assert (text_view->buffer == NULL);
cancel_pending_scroll (text_view);