diff --git a/ChangeLog b/ChangeLog index a856ce855f..32fb9bf29f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-10 Bill Skaggs + + * libgimpbase/gimpenv.c: fix editing error in documentation. + 2008-01-10 Michael Natterer Simplify things a bit and enable gegl-only color correction diff --git a/libgimpbase/gimpenv.c b/libgimpbase/gimpenv.c index 62f47b9a84..19903f6a9f 100644 --- a/libgimpbase/gimpenv.c +++ b/libgimpbase/gimpenv.c @@ -412,7 +412,7 @@ gimp_sysconf_directory (void) * gimp_user_directory: * @type: the type of user directory to retrieve * - * This procedure is deprecated! Use gimp_image_get_colormap() instead. + * This procedure is deprecated! Use g_get_user_special_dir() instead. * * Returns: The path to the specified user directory, or %NULL if the * logical ID was not found.