Blob Blame History Raw
--- gnome-vfs-2.0.2/modules/vfolder-desktop-method.c.newstat	2002-08-19 12:45:42.000000000 -0400
+++ gnome-vfs-2.0.2/modules/vfolder-desktop-method.c	2002-08-19 14:49:27.000000000 -0400
@@ -3353,6 +3353,12 @@
 			invalidate_folder_T (info->root);
 
 			info->entries_valid = TRUE;
+
+			/* Update modification time of all folders,
+			 * kind of evil, but it will make adding new items work
+			 * I hope.  This is because rereading usually means
+			 * something changed */
+			info->modification_time = time (NULL);
 		}
 		return info;
 	}