summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@src.gnome.org>2008-08-02 14:26:01 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-08-02 14:26:01 +0000
commitcd541d27b18b1b8b5aa9fae837c7230b6c066d5c (patch)
treec2266e78e617410f750805a9ec1eb02550253826 /ChangeLog
parent1a057044210dae08d2e45a76bb267bc780c1e12c (diff)
downloadgvfs-cd541d27b18b1b8b5aa9fae837c7230b6c066d5c.tar.gz
Bug 509740 – Trash icon not updated ...
Create the home trash directory if it doesn't already exist so we can monitor it for changes and update the trash icon svn path=/trunk/; revision=1849
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7890b130..e838465e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-08-02 Christian Kellner <gicmo@gnome.org>
+ * daemon/gvfsbackendtrash.c: (list_trash_dirs):
+ Create the home trash directory if it doesn't already exist,
+ so that we can monitor it for changes. Part two of bug #509740;
+ Patch by Hans Petter Jansson <hpj@novell.com>
+
+2008-08-02 Christian Kellner <gicmo@gnome.org>
+
* autogen.sh: Allow libtool 2.2.
2008-08-02 Christian Persch <chpe@gnome.org>