summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@src.gnome.org>2008-08-02 19:43:38 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-08-02 19:43:38 +0000
commita9ff9ffefc1937e508f03410fde90cea564c43b8 (patch)
tree5010fad8c19262ab542c047d2fb30ee6070e9a36 /ChangeLog
parentb2caf88da4ba72422e55d41497ec0f16adac709f (diff)
downloadgvfs-a9ff9ffefc1937e508f03410fde90cea564c43b8.tar.gz
Bug 525779: Dont look for trashs dir on sys mounts
Don't include internal mountswhile building up the list of trash directories. Bug #525779 svn path=/trunk/; revision=1852
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e9ab0e5..43f10bb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-08-02 Christian Kellner <gicmo@gnome.org>
+ * daemon/gvfsbackendtrash.c: Don't include internal mounts
+ while building up the list of trash directories. Bug #525779
+ Patcg from A. Walton <awalton@svn.gnome.org>
+
+2008-08-02 Christian Kellner <gicmo@gnome.org>
+
* daemon/gvfsbackenddav.c: (parse_xml): Free the xml doc in
error cases. Plug the leaks, fix bug #545968, thanks to
Christian Persch <chpe@gnome.org> again!