summaryrefslogtreecommitdiff
path: root/raphodo/thumbnaildisplay.py
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-25 06:18:18 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-25 06:18:18 +0200
commit832bc8c8e85c075edf559a32400d86183e985728 (patch)
tree80346180eb02de40c8342055bbd1f22055640d84 /raphodo/thumbnaildisplay.py
parent049849cac97ff5fa2e2b12503702fe52a115182c (diff)
parent77dd64c0757c0191b276e65c24ee9874959790c8 (diff)
Updated version 0.9.1 from 'upstream/0.9.1'
with Debian dir df52fe78cbe3481a4d64083df8ec468669b4bd47
Diffstat (limited to 'raphodo/thumbnaildisplay.py')
-rw-r--r--raphodo/thumbnaildisplay.py2
1 files changed, 2 insertions, 0 deletions
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: