From 46feaf8a54a3f26c2208f787335afb5d1252db52 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 5 May 2002 21:04:31 +0000 Subject: Fix a problem with locating file type pixmaps. Bump PORTREVISION. --- devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c (limited to 'devel/gnome-vfs/files') 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 000000000000..c9cffae7aa99 --- /dev/null +++ b/devel/gnome-vfs/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; -- cgit v1.2.3