GtkTooltip destroys the custom widget when finalized

2008-11-19 Thread Nicolas Soubeiran
Hi all, I was trying to do a tooltip with a custom widget that display a GtkProgessBar showing the state of a computation in gtk 2.12.10. My program often terminates with a memory fault : it lost the reference to the GtkProgessBar even if I ref it (with g_object_ref). I investigated and found tha

Re: GtkTooltip destroys the custom widget when finalized

2008-11-24 Thread Kristian Rietveld
Hi, Could you create a bug report in bugzilla (http://bugzilla.gnome.org/) together with a small test case showing the problem and your proposed patch? This way your bug report will not be forgotten :) thanks, -kris 2008/11/19 Nicolas Soubeiran <[EMAIL PROTECTED]>: > Hi all, > I was trying t