Comment 10 for bug 714484

Revision history for this message
Johannes Sasongko (sjohannes) wrote :

I suspect this has something to do with how we implement the PlaylistsPanel class: it inherits from 2 GObject classes, and the append-items signal comes from the second parent.

IIRC GObject itself doesn't support multiple inheritance, so I'm absolutely confused why this works/worked.

I'm attaching a test case that can be used to check if this is indeed the problem. If it is, we'll have to ask the (Py)GObject people whether it's intended. Can anyone on natty run this and see whether you get an error (it prints "OK" if everything works)?