xcf: forgot to register a loader for XCF version 7

This commit is contained in:
Michael Natterer 2014-03-12 15:21:21 +01:00
parent 0df1c419d0
commit 9a8aa70b85
1 changed files with 2 additions and 1 deletions

View File

@ -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 */
};