From 30a0f26e5c1697146000121272e0dd7e4e90bee6 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 7 Mar 2013 13:44:21 +0000 Subject: [PATCH] bump vips up the format list vips format was behind openslide in the priority list, bump it up this helps ordering of file format types in nip2's open dialog --- libvips/deprecated/format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvips/deprecated/format.c b/libvips/deprecated/format.c index 0a54d9fa..73319c26 100644 --- a/libvips/deprecated/format.c +++ b/libvips/deprecated/format.c @@ -412,6 +412,7 @@ vips_format_vips_class_init( VipsFormatVipsClass *class ) object_class->nickname = "vips"; object_class->description = _( "VIPS" ); + format_class->priority = 200; format_class->is_a = im_isvips; format_class->header = file2vips; format_class->load = file2vips;