On Wed, 10 Oct 2001, Skip Montanaro wrote:

> The attached Python script subclasses gtk.Combo and adds a value-changed
> signal so the user doesn't have to fiddle directly with the signals emitted
> by the underlying Entry and List widgets.  Before the switch away from
> ExtensionClass I could have sworn everything worked fine. Now, every time I
> emit a value-changed signal I get this message and traceback:
> 
>     Combo.py (pid:30657): GRuntime-CRITICAL **: file gvalue.c: line 140 
>(g_value_unset): assertion `G_IS_VALUE (value)' failed
>     Traceback (most recent call last):
>       File "Combo.py", line 33, in list_select_cb
>         self.emit("value-changed")
>     TypeError: unknown type (null)
> 
> Any idea what's going on?

Again, see my patch, it has a fix for this.

-- Elliot

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to