diff options
| author | Alexander Stippich <[email protected]> | 2019-01-07 21:44:50 +0100 |
|---|---|---|
| committer | Alexander Stippich <[email protected]> | 2019-01-07 21:53:01 +0100 |
| commit | 8f051a391db543a05c00bc1323634a48d7e6444d (patch) | |
| tree | 87039fcade9c9ba2d30816fee7c9c41520b82541 /src/kitemviews/private | |
| parent | 5d9ad8d24fd495e861d5c9c88d5a5cb292365b22 (diff) | |
fix display of image orientation
Summary:
The name of the orientation property
for baloo/kfilemetadata was false, leading to
an always empty image orientation field.
Test Plan:
Look at an image in Dolphin details view
which has the exiv orientation tag set. Orientation
column is not empty.
Reviewers: #dolphin, ngraham
Reviewed By: #dolphin, ngraham
Subscribers: ngraham, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D18008
Diffstat (limited to 'src/kitemviews/private')
| -rw-r--r-- | src/kitemviews/private/kbaloorolesprovider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/private/kbaloorolesprovider.cpp b/src/kitemviews/private/kbaloorolesprovider.cpp index 0e9aef71e..41184e119 100644 --- a/src/kitemviews/private/kbaloorolesprovider.cpp +++ b/src/kitemviews/private/kbaloorolesprovider.cpp @@ -129,7 +129,7 @@ KBalooRolesProvider::KBalooRolesProvider() : { "width", "width" }, { "height", "height" }, { "imageDateTime", "imageDateTime"}, - { "nexif.orientation", "orientation", }, + { "imageOrientation", "orientation", }, { "artist", "artist" }, { "genre", "genre" }, { "album", "album" }, |
