Comment 6 for bug 638513

Revision history for this message
Rick Spencer (rick-rickspencer3) wrote :

ok, so you're not supposed to use "input" from Python ... according to the documentation:
The "input" signal is emitted when the value changes. The value_ptr is a GPointer to the value that cannot be accessed from PyGTK. This signal cannot be handled in PyGTK.

d'oh