summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-desktop-icon-file.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2005-12-12 16:22:17 +0000
committerAlexander Larsson <alexl@src.gnome.org>2005-12-12 16:22:17 +0000
commiteaf8be2c8cc9a1c1188f39299570dd70ccfbcac5 (patch)
treeee6eeb5173e4c7d6153e9f2ec294497ef458a319 /libnautilus-private/nautilus-desktop-icon-file.c
parent415d9bf66557c658d7513c4c25681d71b766afb7 (diff)
downloadnautilus-eaf8be2c8cc9a1c1188f39299570dd70ccfbcac5.tar.gz
Merge in changes from NAUTILUS_SEARCH2_MERGE_ANCHOR1 toNAUTILUS_SEARCH2_MERGE_POINT2
2005-12-06 Alexander Larsson <alexl@redhat.com> Merge in changes from NAUTILUS_SEARCH2_MERGE_ANCHOR1 to NAUTILUS_SEARCH2_MERGE_ANCHOR2 (on HEAD). (This is NAUTILUS_SEARCH2_MERGE_POINT2)
Diffstat (limited to 'libnautilus-private/nautilus-desktop-icon-file.c')
-rw-r--r--libnautilus-private/nautilus-desktop-icon-file.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-desktop-icon-file.c b/libnautilus-private/nautilus-desktop-icon-file.c
index ce28531ee..84d052974 100644
--- a/libnautilus-private/nautilus-desktop-icon-file.c
+++ b/libnautilus-private/nautilus-desktop-icon-file.c
@@ -204,13 +204,16 @@ update_info_from_link (NautilusDesktopIconFile *icon_file)
GNOME_VFS_PERM_GROUP_WRITE |
GNOME_VFS_PERM_USER_READ |
GNOME_VFS_PERM_OTHER_READ |
- GNOME_VFS_PERM_GROUP_READ;
+ GNOME_VFS_PERM_GROUP_READ |
+ GNOME_VFS_PERM_ACCESS_READABLE |
+ GNOME_VFS_PERM_ACCESS_WRITABLE;
file_info->valid_fields = GNOME_VFS_FILE_INFO_FIELDS_TYPE |
GNOME_VFS_FILE_INFO_FIELDS_FLAGS |
GNOME_VFS_FILE_INFO_FIELDS_MIME_TYPE |
GNOME_VFS_FILE_INFO_FIELDS_SIZE |
GNOME_VFS_FILE_INFO_FIELDS_PERMISSIONS |
+ GNOME_VFS_FILE_INFO_FIELDS_ACCESS |
GNOME_VFS_FILE_INFO_FIELDS_LINK_COUNT;
volume = nautilus_desktop_link_get_volume (link);