Comment 7 for bug 161943

Revision history for this message
Robert Kubík (Pastierovič) (just-me) wrote :

Christian: as I understand the problem was that you didn't remove the right file:

if (gtk.gtk_version >= (2, 8, 0)):
    from TargetGroup2 import TargetGroup
else:
    from TargetGroup import TargetGroup

TargetGroup2 workaround works in gtk >=2.8
We may consider removing TargetGroup.py instead.