]> Pileus Git - ~andy/gtk/commit
gtkcellrenderertext: Sink floating entry before using as signal argument
authorSimon Feltman <sfeltman@src.gnome.org>
Fri, 8 Feb 2013 07:03:52 +0000 (23:03 -0800)
committerSimon Feltman <sfeltman@src.gnome.org>
Tue, 12 Feb 2013 01:46:33 +0000 (17:46 -0800)
commit283c9746808fed7b219e57b056cad8cc5fc7bb88
treea319c260b621705f221b40d927fda8cc87794172
parent154a144cf6b3082795f6b758b9bdbd10d87081a7
gtkcellrenderertext: Sink floating entry before using as signal argument

Sink the GtkEntry assigned to the private structure of GtkCellRendererText
before signals containing it as an argument are sent out. This keeps
language bindings from sinking the reference and then destroying the entry
when the signal closure is finished.

https://bugzilla.gnome.org/show_bug.cgi?id=693400
gtk/gtkcellrenderertext.c