We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8c673 commit fe7ff59Copy full SHA for fe7ff59
1 file changed
libnemo-private/nemo-file.c
@@ -4330,7 +4330,9 @@ nemo_file_delete_thumbnail (NemoFile *file)
4330
4331
gint success;
4332
4333
- invalidate_thumbnail (file);
+ nemo_file_invalidate_attributes (file, NEMO_FILE_ATTRIBUTE_THUMBNAIL);
4334
+ g_clear_object (&file->details->thumbnail);
4335
+
4336
success = g_unlink (file->details->thumbnail_path);
4337
4338
if (success != 0) {
0 commit comments