After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672589 - Add GtkComboBoxEntry compatibility
Add GtkComboBoxEntry compatibility
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-21 20:41 UTC by Paolo Borelli
Modified: 2012-03-22 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add GtkComboBoxEntry compatibility (2.32 KB, patch)
2012-03-21 20:41 UTC, Paolo Borelli
accepted-commit_now Details | Review

Description Paolo Borelli 2012-03-21 20:41:08 UTC
This widget has been removed in Gtk+ 3, add a small wrapper to the
compat module to make at least basic pygtk programs that use it work.
Comment 1 Paolo Borelli 2012-03-21 20:41:10 UTC
Created attachment 210287 [details] [review]
Add GtkComboBoxEntry compatibility
Comment 2 Martin Pitt 2012-03-22 06:49:53 UTC
Would be nice if the tests could also do a quick check of the "fake" constructors (Gtk.combo_box_entry_new_with_model), but that's a nitpick.

Looks fine, please go ahead.
Comment 3 Paolo Borelli 2012-03-22 08:23:27 UTC
added more tests and pushed.