MooTextView::check_brackets is renamed

master
Yevgen Muntyan 2006-03-30 22:46:16 -06:00
parent 16c3d821c1
commit 6f9720c831
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ static void moo_line_view_init (MooLineView *view)
"editable", FALSE,
"cursor-visible", FALSE,
"current-line-color", "grey",
"check-brackets", FALSE,
"highlight-matching-brackets", FALSE,
NULL);
}