add missing patch

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/src/nautilus-image-properties-page.c b/src/nautilus-image-properties-page.c
index 8744103..56120ed 100644
--- a/src/nautilus-image-properties-page.c
+++ b/src/nautilus-image-properties-page.c
@@ -266,7 +266,7 @@ append_xmp_value_pair(GString *string, XmpPtr xmp, const char * ns, const char *
 {
 	uint32_t options;
 	XmpStringPtr  value = xmp_string_new();
-	if(xmp_get_property_and_bits(xmp, ns, propname, value, &options)) {
+	if(xmp_get_property(xmp, ns, propname, value, &options)) {
 		if(XMP_IS_PROP_SIMPLE(options)) {
 			g_string_append_printf(string, "<b>%s:</b> %s\n", descr, xmp_string_cstr(value));
 		}

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to