diff --git a/ChangeLog b/ChangeLog index 06a4bc7977..522745392b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-22 Dave Neary + + * app/config/gimpbaseconfig.c: Increased default tile + cache to 64 MB. + 2003-06-22 Sven Neumann * data/misc/gimp.desktop.in.in: added Encoding, StartupNotify and diff --git a/app/config/gimpbaseconfig.c b/app/config/gimpbaseconfig.c index 4e1caab2bc..c5e7e450f9 100644 --- a/app/config/gimpbaseconfig.c +++ b/app/config/gimpbaseconfig.c @@ -122,7 +122,7 @@ gimp_base_config_class_init (GimpBaseConfigClass *klass) 0); GIMP_CONFIG_INSTALL_PROP_MEMSIZE (object_class, PROP_TILE_CACHE_SIZE, "tile-cache-size", TILE_CACHE_SIZE_BLURB, - 0, G_MAXULONG, 1 << 25, + 0, G_MAXULONG, 1 << 26, GIMP_PARAM_CONFIRM); }