diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-08 05:58:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-08 05:58:04 +0800 |
commit | f4b05a2365d19365e7f603ba48d2388774267fa9 (patch) | |
tree | 22101431ed31fc0e5157906f91b38dd57fa84cd3 /devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c | |
parent | 9a95b8c465cbf94ba6b58df1b81eb3da26c091b4 (diff) | |
download | marcuscom-ports-f4b05a2365d19365e7f603ba48d2388774267fa9.tar.gz marcuscom-ports-f4b05a2365d19365e7f603ba48d2388774267fa9.tar.zst marcuscom-ports-f4b05a2365d19365e7f603ba48d2388774267fa9.zip |
Add gnomevfs2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7 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 | 11 |
1 files changed, 11 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..c9cffae7a --- /dev/null +++ b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c @@ -0,0 +1,11 @@ +--- libgnomevfs/gnome-vfs-utils.c.orig Sun May 5 17:01:22 2002 ++++ libgnomevfs/gnome-vfs-utils.c Sun May 5 17:02:24 2002 +@@ -774,7 +774,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 (hack_file_exists (full_filename)) { + g_strfreev (paths); + return full_filename; |