GNOME Bugzilla – Bug 380020
pygtk does not install gtk-extrafuncs.defs
Last modified: 2007-11-25 22:46:46 UTC
Forwarding this from a downstream bug report: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217430 pygtk does not install /usr/share/pygtk/2.0/defs/gtk-extrafuncs.defs The solution is to add the file to the defs_DATA list in gtk/Makefile.am.
Created attachment 77274 [details] [review] Proposed patch
Ubuntu has a similar change, could this patch being commited to svn?
Committed to trunk (revision 2931). 2007-11-25 Matthew Barnes <mbarnes@redhat.com> * gtk/Makefile.am: Install gtk-extrafuncs.defs. Fixes #380020.