[gimp] xcf: forgot to register a loader for XCF version 7



commit 9a8aa70b85000963c14c6cae8326475d5b6f3e35
Author: Michael Natterer <mitch gimp org>
Date:   Wed Mar 12 15:21:21 2014 +0100

    xcf: forgot to register a loader for XCF version 7

 app/xcf/xcf.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/xcf/xcf.c b/app/xcf/xcf.c
index 09010eb..9f96f4e 100644
--- a/app/xcf/xcf.c
+++ b/app/xcf/xcf.c
@@ -73,7 +73,8 @@ static GimpXcfLoaderFunc * const xcf_loaders[] =
   xcf_load_image,   /* version 3 */
   xcf_load_image,   /* version 4 */
   xcf_load_image,   /* version 5 */
-  xcf_load_image    /* version 6 */
+  xcf_load_image,   /* version 6 */
+  xcf_load_image    /* version 7 */
 };
 
 


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