┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-10 22:07:37 +0000
committerPeter Penz <[email protected]>2010-11-10 22:07:37 +0000
commit85302c93da59d1bc09bfc2de0edcd3909f8677c1 (patch)
treef4047fc20bba9211d37645564ee8d6012bf92eae /src
parent07f083241be254d081b05170d16612c51cfc5ccc (diff)
Per default automatically rotate JPEG images corresponding to their EXIF data.
svn path=/trunk/KDE/kdebase/apps/; revision=1195356
Diffstat (limited to 'src')
-rw-r--r--src/settings/general/previewssettingspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/general/previewssettingspage.cpp b/src/settings/general/previewssettingspage.cpp
index 77608d3a3..ff5a878f6 100644
--- a/src/settings/general/previewssettingspage.cpp
+++ b/src/settings/general/previewssettingspage.cpp
@@ -168,7 +168,7 @@ void PreviewsSettingsPage::loadSettings()
m_enabledPreviewPlugins = globalConfig.readEntry("Plugins", QStringList()
<< QLatin1String("directorythumbnail")
<< QLatin1String("imagethumbnail")
- << QLatin1String("jpegthumbnail"));
+ << QLatin1String("jpegrotatedthumbnail"));
const int maxLocalByteSize = globalConfig.readEntry("MaximumSize", MaxLocalPreviewSize * 1024 * 1024);
const int maxLocalMByteSize = maxLocalByteSize / (1024 * 1024);