]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktextview.c
Remove GtkObject completely
[~andy/gtk] / gtk / gtktextview.c
index 9a1ef38949e6018f50254c799cbd88acb0936ef6..a09dbc46780b8f49bf5f9a0e1b600263bdc77e9a 100644 (file)
@@ -3437,7 +3437,7 @@ gtk_text_view_allocate_children (GtkTextView *text_view)
            * get in the way. Invalidating the layout around the anchor
            * achieves this.
           */ 
-         if (GTK_WIDGET_ALLOC_NEEDED (child->widget))
+         if (_gtk_widget_get_alloc_needed (child->widget))
            {
              GtkTextIter end = child_loc;
              gtk_text_iter_forward_char (&end);