GNOME Bugzilla – Bug 167893
Templates are duplicated after migrating profile from 2.0 to 2.2
Last modified: 2008-01-15 12:48:19 UTC
From Debian bug report http://bugs.debian.org/295973 1. Start with an existing full profile in ~/.gimp-2.0, and no profile in .gimp-2.2 2. Run gimp, select the option to migrate the 2.0 profile to 2.2 and finish the profile creation 3. Look at ~/.gimp-2.2/templaterc, a lot of templates (e.g. Toilet Paper) are duplicated, because the descriptions vary in case only from 2.0 to 2.2 (Toilet Paper vs. Toilet paper, P/p)
2005-02-20 Sven Neumann <sven@gimp.org> * app/dialogs/user-install-dialog.c * app/core/gimp-templates.[ch] (gimp_templates_migrate): if migrating templaterc from ~/.gimp-2.0, do a case-insensitive match on template names to accommodate for the fact that we changed the spelling of some default templates between 2.0 and 2.2.