Fix the build

svn path=/trunk/; revision=17870
This commit is contained in:
Matthias Clasen 2007-05-19 02:12:07 +00:00
parent 26e5d4d6f7
commit 5d5e545924

View File

@ -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);
}
/**