Remove a stray g_object_ref() left over from gtk_object_ref/sink. (Pointed
Fri Aug 24 12:02:08 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove a stray g_object_ref() left over from gtk_object_ref/sink. (Pointed out by Josh Pritikin.)
This commit is contained in:
parent
991a7188ed
commit
c1e4eac780
@ -1,3 +1,9 @@
|
|||||||
|
Fri Aug 24 12:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
|
||||||
|
a stray g_object_ref() left over from gtk_object_ref/sink.
|
||||||
|
(Pointed out by Josh Pritikin.)
|
||||||
|
|
||||||
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Aug 24 12:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
|
||||||
|
a stray g_object_ref() left over from gtk_object_ref/sink.
|
||||||
|
(Pointed out by Josh Pritikin.)
|
||||||
|
|
||||||
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Aug 24 12:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
|
||||||
|
a stray g_object_ref() left over from gtk_object_ref/sink.
|
||||||
|
(Pointed out by Josh Pritikin.)
|
||||||
|
|
||||||
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Aug 24 12:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
|
||||||
|
a stray g_object_ref() left over from gtk_object_ref/sink.
|
||||||
|
(Pointed out by Josh Pritikin.)
|
||||||
|
|
||||||
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Aug 24 12:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
|
||||||
|
a stray g_object_ref() left over from gtk_object_ref/sink.
|
||||||
|
(Pointed out by Josh Pritikin.)
|
||||||
|
|
||||||
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Aug 24 12:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
|
||||||
|
a stray g_object_ref() left over from gtk_object_ref/sink.
|
||||||
|
(Pointed out by Josh Pritikin.)
|
||||||
|
|
||||||
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Aug 24 12:02:08 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
|
||||||
|
a stray g_object_ref() left over from gtk_object_ref/sink.
|
||||||
|
(Pointed out by Josh Pritikin.)
|
||||||
|
|
||||||
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
Thu Aug 23 19:33:54 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
* gtk/gtkcontainer.[ch]: Rename gtk_container_children()
|
||||||
|
@ -324,8 +324,6 @@ gtk_text_buffer_new (GtkTextTagTable *table)
|
|||||||
g_object_ref (G_OBJECT (text_buffer->tag_table));
|
g_object_ref (G_OBJECT (text_buffer->tag_table));
|
||||||
}
|
}
|
||||||
|
|
||||||
g_object_ref (G_OBJECT (text_buffer));
|
|
||||||
|
|
||||||
return text_buffer;
|
return text_buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user