libgimp: actually use the path expanded in the previous commit

This commit is contained in:
Michael Natterer 2018-12-05 00:33:59 +01:00
parent cc835e877d
commit 799f6b14bb

View file

@ -2171,7 +2171,7 @@ gimp_config (GPConfig *config)
g_object_set (gegl_config (),
"tile-cache-size", config->tile_cache_size,
"swap", config->swap_path,
"swap", path,
"threads", (gint) config->num_processors,
"use-opencl", config->use_opencl,
"application-license", "GPL3",