Mon Aug 19 2002 Jonathan Blandford <jrb@redhat.com> - notice when new files are installedf38
parent
7e150ba128
commit
6c9154aed9
@ -0,0 +1,15 @@
|
|||||||
|
--- 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;
|
||||||
|
}
|
Loading…
Reference in new issue