Many deprecation errors.
Status: Beta
Brought to you by:
metcalf
When running the stitch plugin I get many errors like the following:
/usr/lib64/gimp/2.0/plug-ins/stitch_0.9.6.py:2372: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
vbox = gtk.VBox(gtk.FALSE,0)
I've created a patch to fix these errors--I simply did a sed on the plugin to replace the "gtk."s with what the error recommends.
I am running gimp 2.2, on x86_64 Fedora 7.
Fix for gtk.FALSE and gtk.TRUE deprecation errors.