Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
e68767fb
Commit
e68767fb
authored
Feb 22, 2006
by
Matthias Clasen
Browse files
Fix the build
parent
6a246a6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtktextbtree.c
View file @
e68767fb
...
...
@@ -3342,6 +3342,8 @@ ensure_end_iter_line (GtkTextBTree *tree)
{
if
(
tree
->
end_iter_line_stamp
!=
tree
->
chars_changed_stamp
)
{
gint
real_line
;
/* n_lines is without the magic line at the end */
g_assert
(
_gtk_text_btree_line_count
(
tree
)
>=
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment