blob: 69c10480d553ee553e2bd332d9c8734bb4e1082f (
plain) (
tree)
|
|
--- 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;
|