summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0ea395c7..571dbf997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-07-11 Martin Wehner <martin.wehner@gmail.com>
+ * libnautilus-private/nautilus-directory-async.c:
+ (dequeue_pending_idle_callback): Never add a file to both
+ the added_files and changed_files lists. Don't ref an existing
+ file without adding it to the changed_file list. (#336051)
+
+ Patch from Christian Neumair <chris@gnome-de.org>
+
+2006-07-11 Martin Wehner <martin.wehner@gmail.com>
+
* libnautilus-private/nautilus-file-dnd.[ch]:
Add functions nautilus_drag_can_accept_files and
nautilus_drag_can_accept_info.