[gtk+/gtk-2-24] Fix the build



commit e8a0f3cfb825cbf684a4b62fca6eb6461539eb2f
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 29 23:52:32 2011 -0500

    Fix the build

 gtk/gtktextview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 42903b5..9a2edc0 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]