GNOME Bugzilla – Bug 680092
Add a new replacement to pygi-convert.sh script
Last modified: 2012-07-17 13:59:35 UTC
Created attachment 219015 [details] [review] Patch that solve this issue I found that a new way is needed to load a svg from data. On gtk2 I was using: rsvg.Handle(data=data) and I found that this don't work on Gtk3 and should be replaced by: Rsvg.Handle.new_from_data(data) So, I created a patch that I'm attaching. This patch adds a new line to the pygi-convert.sh script to do this work for us.
Thanks! Pushed with slightly refined changelog.