Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
443f3aa6
Commit
443f3aa6
authored
Dec 27, 2005
by
Matthias Clasen
Browse files
Forgotten file
parent
6779304c
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtktextbtree.c
View file @
443f3aa6
...
...
@@ -5967,7 +5967,7 @@ gtk_text_btree_get_tag_info (GtkTextBTree *tree,
{
/* didn't find it, create. */
info
=
g_new
(
GtkTextTagInfo
,
1
);
info
=
g_
slice_
new
(
GtkTextTagInfo
);
info
->
tag
=
tag
;
g_object_ref
(
tag
);
...
...
@@ -6020,7 +6020,7 @@ gtk_text_btree_remove_tag_info (GtkTextBTree *tree,
g_object_unref
(
info
->
tag
);
g_
free
(
info
);
g_
slice_free
(
GtkTextTagInfo
,
info
);
return
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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