From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 30 19:50:40 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91D3516A4CE for ; Thu, 30 Sep 2004 19:50:40 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A63943D45 for ; Thu, 30 Sep 2004 19:50:35 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040930195014.LYGE1719.imf20aec.mail.bellsouth.net@[192.168.1.5]> for ; Thu, 30 Sep 2004 15:50:14 -0400 Mime-Version: 1.0 (Apple Message framework v619) To: FreeBSD GNOME Users Message-Id: Content-Type: multipart/mixed; boundary=Apple-Mail-1-155012306 From: Michael Johnson Date: Thu, 30 Sep 2004 15:50:12 -0400 X-Mailer: Apple Mail (2.619) Subject: nautilus libexif 0.6.10 patch (for pr-71944) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 19:50:40 -0000 --Apple-Mail-1-155012306 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed This patch is needed for new libexif pr-71944 which has not been committed yet. --Apple-Mail-1-155012306 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name="nautilus2-libexif-0.6.10.patch" Content-Disposition: attachment; filename=nautilus2-libexif-0.6.10.patch diff -ruN nautilus2.orig/files/patch-components-image_properties-nautilus-image-properties-view.c nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c --- nautilus2.orig/files/patch-components-image_properties-nautilus-image-properties-view.c Wed Dec 31 19:00:00 1969 +++ nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c Thu Sep 30 15:45:50 2004 @@ -0,0 +1,12 @@ +--- components/image_properties/nautilus-image-properties-view.c.orig Thu Sep 30 15:41:33 2004 ++++ components/image_properties/nautilus-image-properties-view.c Thu Sep 30 15:43:11 2004 +@@ -130,7 +130,8 @@ + return; + } + +- attribute->value = g_strdup (exif_content_get_value (content, attribute->tag)); ++ char value[1024]; ++ attribute->value = g_strdup (exif_content_get_value (content, attribute->tag, value, sizeof(value))); + if (attribute->value != NULL) { + attribute->found = TRUE; + } --Apple-Mail-1-155012306 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Michael --Apple-Mail-1-155012306--