libgimp: actually use the path expanded in the previous commit
This commit is contained in:
parent
cc835e877d
commit
799f6b14bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue