summaryrefslogtreecommitdiff
path: root/libnautilus-private
diff options
context:
space:
mode:
authorPavel Cisler <pavel@eazel.com>2000-05-31 07:38:49 +0000
committerPavel Cisler <pce@src.gnome.org>2000-05-31 07:38:49 +0000
commite89095d64a7f7ec7f6b3eb36a140efcae157d840 (patch)
treee40f5e53b63fe054fe27b843414039ab2d78c044 /libnautilus-private
parent88612f86f48050fbe46de80059ee0c5daa99d1a4 (diff)
downloadnautilus-e89095d64a7f7ec7f6b3eb36a140efcae157d840.tar.gz
More work on fallback deletion when move to Trash is not available.
2000-05-31 Pavel Cisler <pavel@eazel.com> * src/file-manager/dfos-xfer.c: (fs_move_to_trash): * src/file-manager/fm-directory-view.c: (fm_directory_is_trash), (fm_directory_view_confirm_deletion), (fm_directory_view_trash_or_delete_selection), (duplicate_callback): More work on fallback deletion when move to Trash is not available. Display a warning dialog. Get rid of commented out code that I'll no longer need. Removed FIXMEs that are no longer true.
Diffstat (limited to 'libnautilus-private')
-rw-r--r--libnautilus-private/nautilus-file-operations.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libnautilus-private/nautilus-file-operations.c b/libnautilus-private/nautilus-file-operations.c
index ecc761d18..58a029400 100644
--- a/libnautilus-private/nautilus-file-operations.c
+++ b/libnautilus-private/nautilus-file-operations.c
@@ -656,11 +656,6 @@ fs_move_to_trash (const GList *item_uris, GtkWidget *parent_view)
source_dir_uri = NULL;
trash_dir_uri = NULL;
- /* FIXME bugzilla.eazel.com 678:
- * Separate items that can be moved to trash and ones that can't.
- * For the ones that cannot, ask the user if they want to delete the files
- * on the spot.
- */
get_parent_make_name_list (item_uris, &source_dir_uri, &item_names);
source_dir = gnome_vfs_uri_to_string (source_dir_uri, GNOME_VFS_URI_HIDE_NONE);