committed by
Clement Lefebvre
parent
4dff6fa7e1
commit
eda7a9a23c
@@ -3589,7 +3589,7 @@ delete_file_finished (GFile *file,
|
||||
/* Process the next file */
|
||||
data->iter = data->iter->next;
|
||||
}
|
||||
else if (!ok && error != NULL)
|
||||
else if (error != NULL)
|
||||
{
|
||||
gint code = error->code;
|
||||
g_error_free (error);
|
||||
|
Reference in New Issue
Block a user