Skip to content

file-operations: Exchange error messages used when deleting

Ondrej Holy requested to merge wip/oholy/delete-error-messages into master

There are two error messages that may be shown when the delete operation fails. One message is generic and the another one mentions insuffient permissions. However, the generic one is now shown in the case of the G_IO_ERROR_PERMISSION_DENIED error. Let's exchange the messages to use the second one in this case.

Merge request reports