From 77dd64c0757c0191b276e65c24ee9874959790c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 25 Jul 2017 06:17:26 +0200 Subject: New upstream version 0.9.1 --- raphodo/thumbnaildisplay.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'raphodo/thumbnaildisplay.py') diff --git a/raphodo/thumbnaildisplay.py b/raphodo/thumbnaildisplay.py index 9478945..bce2781 100644 --- a/raphodo/thumbnaildisplay.py +++ b/raphodo/thumbnaildisplay.py @@ -391,6 +391,8 @@ class ThumbnailListModel(QAbstractListModel): elif role == Roles.secondary_attribute: if rpd_file.xmp_file_full_name: return 'XMP' + elif rpd_file.log_file_full_name: + return 'LOG' else: return None elif role== Roles.path: -- cgit v1.2.3