--- src/flist-mime-icon.c.orig	Mon May  6 02:42:16 2002
+++ src/flist-mime-icon.c	Mon May  6 02:43:24 2002
@@ -107,8 +107,11 @@
 		if (!g_file_exists (icon)) {
 		  file = g_concat_dir_and_file (MIMEICONDIR, icon);
 		  if (!g_file_exists (file)) {
-		    g_free (file);
-		    return NULL;
+		    file = g_concat_dir_and_file(g_strdup_printf ("%s/%s", MIMEICONDIR, "nautilus"), icon);
+		     if (!g_file_exists (file)) {
+		    	g_free (file);
+		    	return NULL;
+		     }
 		  }
 		}
 		else
