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 711341 - [overrides]: Use insert_with_valuesv
[overrides]: Use insert_with_valuesv
Status: RESOLVED DUPLICATE of bug 713044
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: 2013-11-03 16:35 UTC by jessevdk@gmail.com
Modified: 2013-12-01 23:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[overrides]: Use insert_with_valuesv (946 bytes, patch)
2013-11-03 16:35 UTC, jessevdk@gmail.com
none Details | Review

Description jessevdk@gmail.com 2013-11-03 16:35:52 UTC
The Gtk.TreeStore override for insert still used insert_with_values
Comment 1 jessevdk@gmail.com 2013-11-03 16:35:54 UTC
Created attachment 258863 [details] [review]
[overrides]: Use insert_with_valuesv
Comment 2 Simon Feltman 2013-11-03 20:59:05 UTC
Same deal with this one:
https://git.gnome.org/browse/gtk+/tree/gtk/gtktreestore.c?id=3.11.0#n1578

Perhaps something broke in GI and rename-to is not being picked up?
Comment 3 Yanko Kaneti 2013-11-05 12:12:18 UTC
fwiw. 
On rawhide I had to upgrade gobject-inrospection to a master snapshot and rebuild gtk (currently at 3.11.0) to get pygobject to pass the tests.
Comment 4 jessevdk@gmail.com 2013-11-06 12:46:18 UTC
Yes sorry, my gobject-introspection was also not up to date. Updating it fixed the issue.
Comment 5 Simon Feltman 2013-12-01 23:26:56 UTC
*** Bug 719488 has been marked as a duplicate of this bug. ***
Comment 6 Simon Feltman 2013-12-01 23:39:07 UTC
Changing to resolved as duplicate of needed version bump.

*** This bug has been marked as a duplicate of bug 713044 ***