[gimp/gimp-2-10] Issue #4721 - Ordering of default MyPaint Brushes directories...
- From: Michael Natterer <mitch src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp/gimp-2-10] Issue #4721 - Ordering of default MyPaint Brushes directories...
 
- Date: Wed, 29 Apr 2020 12:33:44 +0000 (UTC)
 
commit 46e4f40fd632889ef721c16117dcd3dd0562181d
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.
    
    (cherry picked from commit 1e8923e184090c7e319f6aa2a708e9db63aee7ff)
 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 bbdbe44e1d..15704b1888 100644
--- a/app/config/gimpcoreconfig.c
+++ b/app/config/gimpcoreconfig.c
@@ -318,8 +318,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]