[gimp] libgimp: actually use the path expanded in the previous commit



commit 799f6b14bb7bf8fa1eaa6cf3aae122502f7a2a2e
Author: Michael Natterer <mitch gimp org>
Date:   Wed Dec 5 00:33:59 2018 +0100

    libgimp: actually use the path expanded in the previous commit

 libgimp/gimp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimp/gimp.c b/libgimp/gimp.c
index 1c28924655..5e318d068d 100644
--- a/libgimp/gimp.c
+++ b/libgimp/gimp.c
@@ -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",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]