# HG changeset patch # User nadvornik # Date 1223231144 0 # Node ID 9157291b79a427bf9b3c0f5823fe9ea62caef5ed # Parent 77ca9a5d42be16920f0bac0bb21f43a7106a8dde fixed confirm_delete option diff -r 77ca9a5d42be -r 9157291b79a4 src/utilops.c --- a/src/utilops.c Sat Oct 04 20:28:31 2008 +0000 +++ b/src/utilops.c Sun Oct 05 18:25:44 2008 +0000 @@ -2153,7 +2153,7 @@ void file_util_delete(FileData *source_fd, GList *source_list, GtkWidget *parent) { - file_util_delete_full(source_fd, source_list, parent, UTILITY_PHASE_START); + file_util_delete_full(source_fd, source_list, parent, options->file_ops.confirm_delete ? UTILITY_PHASE_START : UTILITY_PHASE_ENTERING); } void file_util_copy(FileData *source_fd, GList *source_list, const gchar *dest_path, GtkWidget *parent)