[gimp/gimp-2-10] 225614 Copy-paste error



commit c3265528728d8a1311efb245a3cdf07d9556e271
Author: Sabri Ünal <libreajans gmail com>
Date:   Sun Oct 20 12:47:15 2019 +0000

    225614 Copy-paste error
    
    Copy-paste error: extensions in proc->extensions looks like a copy-paste error.
    Should it say prefixes instead?

 app/plug-in/plug-in-rc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/plug-in/plug-in-rc.c b/app/plug-in/plug-in-rc.c
index 87bd8e7292..6cf7b9f75f 100644
--- a/app/plug-in/plug-in-rc.c
+++ b/app/plug-in/plug-in-rc.c
@@ -659,7 +659,7 @@ plug_in_file_proc_deserialize (GScanner            *scanner,
               return G_TOKEN_STRING;
 
             g_free (proc->prefixes);
-            proc->extensions = prefixes;
+            proc->prefixes = prefixes;
           }
           break;
 


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