On Mon, 2002-12-23 at 08:51, Akira TAGOH wrote: > The GTK+ team has released the version 2.2 of the GTK+ > family libraries. so I consider to upload it to the > experimental, because the upgrading will causes the segfault > by libgnomeui's bug. it was fixed in libgnomeui 2.1.x; I'm > not sure what correct version is needed to fix, but at least > libgnomeui 2.1.2 or higher works for me.
Surely we could back-port the fix from libgnomeui 2.1.x?
The problem is that libgnomeui 2.0 constructs an instance of GtkWidget,
which is an abstract type. GTK+ 2.0 allowed this, whereas GTK+ 2.2
(correctly) forbids this, resulting in an assertion failure and NULL
being returned.
The fix in libgnomeui 2.1.x can't have been that complex... :)
Ross
--
Ross Burton mail: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
www: http://www.burtonini.com./
PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
signature.asc
Description: This is a digitally signed message part

