From f9befb035379e3d59dc3888e19a653bbab974fcc Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 3 Oct 2005 16:07:16 +0000 Subject: Update to 2.12.1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4894 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c') diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c index 711a98502..97c617b85 100644 --- a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c +++ b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c @@ -8,12 +8,3 @@ "pixmaps", relative_filename, NULL); -@@ -1992,7 +2000,7 @@ _gnome_vfs_uri_resolve_all_symlinks_uri - info->symlink_name); - if (*p != 0) { - gnome_vfs_uri_unref (uri); -- uri = gnome_vfs_uri_append_path (resolved_uri, p); -+ uri = gnome_vfs_uri_append_string (resolved_uri, p); - gnome_vfs_uri_unref (resolved_uri); - } else { - gnome_vfs_uri_unref (uri); -- cgit