summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c')
-rw-r--r--x11-fm/nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-fm/nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c b/x11-fm/nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c
deleted file mode 100644
index 2ef7220f41e2..000000000000
--- a/x11-fm/nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- components/image_properties/nautilus-image-properties-view.c.orig Tue Mar 9 06:23:37 2004
-+++ components/image_properties/nautilus-image-properties-view.c Wed Oct 13 01:38:33 2004
-@@ -124,13 +124,14 @@
- exif_content_callback (ExifContent *content, gpointer data)
- {
- struct ExifAttribute *attribute;
-+ char value[1024];
-
- attribute = (struct ExifAttribute *)data;
- if (attribute->found) {
- return;
- }
-
-- attribute->value = g_strdup (exif_content_get_value (content, attribute->tag));
-+ attribute->value = g_strdup (exif_content_get_value (content, attribute->tag, value, sizeof(value)));
- if (attribute->value != NULL) {
- attribute->found = TRUE;
- }