GNOME Bugzilla – Bug 450044
tips_data_list member no longer available in gtk+
Last modified: 2007-06-22 12:45: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.
Created attachment 90450 [details] [review] Rename tips_data_list to _tips_data_list.
*** This bug has been marked as a duplicate of 449318 ***