summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-25 05:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-25 05:33:48 +0800
commitc1424d1f065ec6dcf3cf5e78604f6ae7f3e2c7c6 (patch)
tree81b77f64908251418aacd0b6eb8fa131bf3d8019 /devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c
parentedd1b2045268f3dcef17cd03b5527e5170f594cf (diff)
downloadmarcuscom-ports-c1424d1f065ec6dcf3cf5e78604f6ae7f3e2c7c6.tar
marcuscom-ports-c1424d1f065ec6dcf3cf5e78604f6ae7f3e2c7c6.tar.gz
marcuscom-ports-c1424d1f065ec6dcf3cf5e78604f6ae7f3e2c7c6.tar.bz2
marcuscom-ports-c1424d1f065ec6dcf3cf5e78604f6ae7f3e2c7c6.tar.lz
marcuscom-ports-c1424d1f065ec6dcf3cf5e78604f6ae7f3e2c7c6.tar.xz
marcuscom-ports-c1424d1f065ec6dcf3cf5e78604f6ae7f3e2c7c6.tar.zst
marcuscom-ports-c1424d1f065ec6dcf3cf5e78604f6ae7f3e2c7c6.zip
Update to 2.5.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1355 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c')
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c
new file mode 100644
index 000000000..69c10480d
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c
@@ -0,0 +1,11 @@
+--- libgnomevfs/gnome-vfs-utils.c.orig Mon Nov 24 15:43:38 2003
++++ libgnomevfs/gnome-vfs-utils.c Mon Nov 24 15:44:01 2003
+@@ -852,7 +852,7 @@
+ paths = g_strsplit (gnome_var, ":", 0);
+
+ for (temp_paths = paths; *temp_paths != NULL; temp_paths++) {
+- full_filename = g_strconcat (*temp_paths, "/share/pixmaps/", relative_filename, NULL);
++ full_filename = g_strconcat (*temp_paths, "/share/gnome/pixmaps/", relative_filename, NULL);
+ if (g_file_test (full_filename, G_FILE_TEST_EXISTS)) {
+ g_strfreev (paths);
+ return full_filename;