diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-18 09:55:59 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-18 09:55:59 +0800 |
commit | 399e1f06cef3941ffc7dc4a6e8763bb328b5ddc1 (patch) | |
tree | 8131aaf191c68fb2bc6f4716cf536540ea61efc8 /devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c | |
parent | 21cd2422943731b37ba5cbda0722b752a79f83c5 (diff) | |
download | marcuscom-ports-399e1f06cef3941ffc7dc4a6e8763bb328b5ddc1.tar.gz marcuscom-ports-399e1f06cef3941ffc7dc4a6e8763bb328b5ddc1.tar.zst marcuscom-ports-399e1f06cef3941ffc7dc4a6e8763bb328b5ddc1.zip |
- Update to 2.15.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6295 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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c new file mode 100644 index 000000000..068d1773a --- /dev/null +++ b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c @@ -0,0 +1,10 @@ +--- libgnomevfs/gnome-vfs-utils.c.orig Thu Sep 15 07:02:53 2005 ++++ libgnomevfs/gnome-vfs-utils.c Sat Oct 22 02:12:32 2005 +@@ -839,6 +839,7 @@ gnome_vfs_icon_path_from_filename (const + for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { + full_filename = g_build_filename (*temp_paths, + "share", ++ "gnome", + "pixmaps", + relative_filename, + NULL); |