summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-23 11:39:21 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-23 11:39:21 +0800
commit7b5e41c6e327524b1584ec6ca0df265c63aec900 (patch)
tree8ebc6b8f30902593dd6d94c62f0ca65838525b4b /devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c
parent6845fe5f1f089f232a0ad0916bfe5c8e5344da1c (diff)
downloadmarcuscom-ports-7b5e41c6e327524b1584ec6ca0df265c63aec900.tar.gz
marcuscom-ports-7b5e41c6e327524b1584ec6ca0df265c63aec900.tar.zst
marcuscom-ports-7b5e41c6e327524b1584ec6ca0df265c63aec900.zip
Add at 2.11.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4008 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.c10
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..a3ef273b0
--- /dev/null
+++ b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c
@@ -0,0 +1,10 @@
+--- libgnomevfs/gnome-vfs-utils.c.orig Sun May 22 23:18:12 2005
++++ libgnomevfs/gnome-vfs-utils.c Sun May 22 23:18:55 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);