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 450044 - tips_data_list member no longer available in gtk+
tips_data_list member no longer available in gtk+
Status: RESOLVED DUPLICATE of bug 449318
Product: pygtk
Classification: Bindings
Component: gtk
2.10.x
Other Solaris
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-22 12:41 UTC by Damien Carbery
Modified: 2007-06-22 12:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Rename tips_data_list to _tips_data_list. (595 bytes, patch)
2007-06-22 12:43 UTC, Damien Carbery
none Details | Review

Description Damien Carbery 2007-06-22 12:41:48 UTC
pygtk-2.10.4/gtk/gtk.c failed to build because it references tips_data_list member of _GtkTooltips structure in gtk/gtktooltips. The member has been renamed to _tips_data_list to indicate that it is now private.

Build error:
"./gtk.override", line 3130: undefined struct/union member: tips_data_list

gtk+ 2.11.4 change:
http://svn.gnome.org/viewcvs/gtk%2B/trunk/gtk/gtktooltips.h?r1=12634&r2=18188

Attached patch modifies gtk.override to reflect the gtk+ change, though the code may need a rewrite.
Comment 1 Damien Carbery 2007-06-22 12:43:07 UTC
Created attachment 90450 [details] [review]
Rename tips_data_list to _tips_data_list.
Comment 2 Gustavo Carneiro 2007-06-22 12:45:48 UTC

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