diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-04 00:07:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-04 00:07:16 +0800 |
commit | f9befb035379e3d59dc3888e19a653bbab974fcc (patch) | |
tree | a5aee07f2d39c902090bbfbabe804f7b87cd6a23 /devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c | |
parent | e10a04d7077da70c7171928925e8f4881915f8f0 (diff) | |
download | marcuscom-ports-f9befb035379e3d59dc3888e19a653bbab974fcc.tar.gz marcuscom-ports-f9befb035379e3d59dc3888e19a653bbab974fcc.tar.zst marcuscom-ports-f9befb035379e3d59dc3888e19a653bbab974fcc.zip |
Update to 2.12.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4894 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c')
-rw-r--r-- | devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c | 9 |
1 files changed, 0 insertions, 9 deletions
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); |