GNOME Bugzilla – Bug 672260
PyGTK compatibile API for pitivi
Last modified: 2012-03-19 13:59:28 UTC
I needed these to make pitivi run using the compatibility wrappers. Let me know if I should file separate bugs in the future, it's just easier to create one bugs with all the patches.
Created attachment 209949 [details] [review] Remove first argument returned from Gdk.Window.get_origin() which is not used
Created attachment 209950 [details] [review] Add a default value for column in Gtk.TreeView.get_cell_area()
Created attachment 209951 [details] [review] GtkIconView: Add a default value for the model constructor parameter
Created attachment 209952 [details] [review] GtkToolButton: Add a default value for the stock_id constructor parameter
Created attachment 209953 [details] [review] Gtk[HV]Scrollbar: Add a default value for the adjustment constructor parameter
Created attachment 209954 [details] [review] PangoLayout: Add a default value for set_markup()
Created attachment 209955 [details] [review] GtkIconSet: Add a default value for the pixbuf constructor parameter
Created attachment 209956 [details] [review] GtkViewport: Add a default values for the adjustment constructor parameters
Could these go into the new pygtkcompat.py? The first one is an API break, so should not go into the Gtk overrides. The others add default arguments, so are less harmful, but still cause the Gtk overrides to get inflated even more, so I'd rather move them to pygtkcompat as well (it should be able to install overrides just as well).
All patches committed, just forgot to use git bz push.