Skip to content

Commit

Permalink
fixed confirm_delete option
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Oct 5, 2008
1 parent 69282a3 commit be6e4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilops.c
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ static void file_util_create_dir_full(FileData *fd, const gchar *dest_path, GtkW

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)
Expand Down

0 comments on commit be6e4ea

Please sign in to comment.