diff options
Diffstat (limited to 'gtk/gtktextview.c')
-rw-r--r-- | gtk/gtktextview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index 46bee56780..489a04e037 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -1885,7 +1885,7 @@ gtk_text_view_child_allocated (GtkTextLayout *layout, g_assert (vc != NULL); - printf ("child allocated at %d,%d\n", x, y); + g_print ("child allocated at %d,%d\n", x, y); vc->from_left_of_buffer = x; vc->from_top_of_line = y; |