[gimp] Issue #4721 - Ordering of default MyPaint Brushes directories...



commit 1e8923e184090c7e319f6aa2a708e9db63aee7ff
Author: Michael Natterer <mitch gimp org>
Date:   Wed Apr 29 14:31:15 2020 +0200

    Issue #4721 - Ordering of default MyPaint Brushes directories...
    
    ...is inconsistent
    
    List the folder in the user's home first, like with other data types.

 app/config/gimpcoreconfig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/config/gimpcoreconfig.c b/app/config/gimpcoreconfig.c
index 3856fcd13f..2e7aaf279f 100644
--- a/app/config/gimpcoreconfig.c
+++ b/app/config/gimpcoreconfig.c
@@ -319,8 +319,8 @@ gimp_core_config_class_init (GimpCoreConfigClass *klass)
 #endif
 
   path = g_build_path (G_SEARCHPATH_SEPARATOR_S,
-                       mypaint_brushes,
                        "~/.mypaint/brushes",
+                       mypaint_brushes,
                        NULL);
   g_free (mypaint_brushes);
 


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