Skip to content
Commit 2f2069c9 authored by Simon Feltman's avatar Simon Feltman
Browse files

Cleanup overzealous new and init implementations

Remove PyGObject initializer code attempting to set properties on
GObjects that have already been created. There were a number of
overridden __new__ and __init__ methods that stripped away
arguments before calling the base class to work around attempted
property sets and argument count errors (fixing the symptom not
the problem).
Use Gtk.ListStore/TreeStore.new with __new__ override instead
of __init__ with set_column_types.

https://bugzilla.gnome.org/show_bug.cgi?id=705810
parent 86a37d67
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment