forked from AuroraMiddleware/gtk
Fix the build
svn path=/trunk/; revision=17870
This commit is contained in:
parent
26e5d4d6f7
commit
5d5e545924
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user