From 5d5e5459241bd0c455466c60e35164517920df1c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 19 May 2007 02:12:07 +0000 Subject: [PATCH] Fix the build svn path=/trunk/; revision=17870 --- gtk/gtktextview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index df238b3899..94c18d6627 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -2460,7 +2460,7 @@ gtk_text_view_get_tabs (GtkTextView *text_view) static void gtk_text_view_toggle_cursor_visible (GtkTextView *text_view) { - gtk_text_view_set_cursor_visible (!text_view->cursor_visible); + gtk_text_view_set_cursor_visible (text_view, !text_view->cursor_visible); } /**