Bug 651462 - On first attempt to save tool preset, stops with an error

Create the "tool-presets" directory in gimp-user-install.
This commit is contained in:
Michael Natterer
2011-06-23 19:21:08 +02:00
parent f1bb40166b
commit e0e2befd17

View File

@ -91,6 +91,7 @@ gimp_user_install_items[] =
{ "gradients", USER_INSTALL_MKDIR },
{ "palettes", USER_INSTALL_MKDIR },
{ "patterns", USER_INSTALL_MKDIR },
{ "tool-presets", USER_INSTALL_MKDIR },
{ "plug-ins", USER_INSTALL_MKDIR },
{ "modules", USER_INSTALL_MKDIR },
{ "interpreters", USER_INSTALL_MKDIR },