Bug#450486: Acknowledgement (nautilus: API changes in exempi-1.99.5)

2007-11-08 Thread Sebastian Dröge

Am Mittwoch, den 07.11.2007, 20:00 +0100 schrieb Michael Biebl:
 add missing patch

Thanks, committed this with support for old exempi upstream. I'll
include this patch with the Debian package once you upload the new
version to unstable.


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#450486: Acknowledgement (nautilus: API changes in exempi-1.99.5)

2007-11-07 Thread Michael Biebl
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));
 		}


signature.asc
Description: OpenPGP digital signature