Comment 8 for bug 507739

Revision history for this message
Severin H (severinh) wrote :

The bug has been marked as a duplicate upstream. The problem is that the "name" property is only meant to be used w.r.t. themes and doesn't need to be unique. The GtkBuilder ID however needs to be unique and was bound to the "name" property until now.

This means that the problem can be fixed within LottaNZB using a rather ugly hack by getting the GtkBuilder ID using gtk.Buildable.get_name(widget). Let's hope that the GTK/PyGTK API's will be updated regarding this issue by adding methods/functions like "get_id" or "get_buildable_id".