On Sat, Jul 10, 2004 at 09:57:04AM +1000, Peter Moulder wrote:
Kees Cook wrote:
I'd like to see 984902 fixed before we release: it's not a "corner case", it can show up just from someone clicking around examining a dialog. I intend to continue looking at it this evening (if no one else gets a chance to).
I too think 984902 is a show-stopper. I would even prefer simply suppressing the pattern button for this release. Next release we're looking at moving to gtkmm-2.4, so some of that code will need looking at anyway.
I've almost got this one solved. Basically, it has to do with how GTK handles clean-up of widgets. I have to unhook the menu from the container before doing anything else. And the ref counter needs to be bumped like pjrm mentioned in the bug.
I should have a fix checked in shortly...