[22063] in Source-Commits
third/gnome-vfs2/modules
daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Wed Dec 15 16:51:39 2004
From: rbasch@MIT.EDU
Date: Wed, 15 Dec 2004 16:51:16 -0500
Message-Id: <200412152151.iBFLpG5p023948@anhedonia.mit.edu>
To: source-commits@MIT.EDU
Update of /afs/dev.mit.edu/source/repository/third/gnome-vfs2/modules
In directory anhedonia.mit.edu:/local/rbasch/src/athena-release/third/gnome-vfs2/modules
Modified Files:
Tag: athena-9_3
file-method.c
Log Message:
In do_find_directory(), handle the case where the "near item" is the
home directory, and the home is a symlink to another device: First
lstat() the home directory; if it is a link, compare its device and
inode to the desired directory. This fixes nautilus' inability to
move a file to the trash from the user's top-level home directory.