mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
11 lines
398 B
C
11 lines
398 B
C
--- 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);
|