diff options
| author | Lukáš Tinkl <[email protected]> | 2014-11-04 00:00:04 +0100 |
|---|---|---|
| committer | Lukáš Tinkl <[email protected]> | 2014-11-04 00:00:04 +0100 |
| commit | a069d24d4b9d56d9faf8834ccebfb393451ba258 (patch) | |
| tree | 7c05dabcbac6985484cf6219a566f87235e2efdc /src/settings | |
| parent | 037d5db85bb0bd798d40c557d424c5c9b87457a8 (diff) | |
fix default tab prev/next shortcuts
take into accound the whole list, not just the first shortcut
Diffstat (limited to 'src/settings')
| -rw-r--r-- | src/settings/general/configurepreviewplugindialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings/general/configurepreviewplugindialog.cpp b/src/settings/general/configurepreviewplugindialog.cpp index 9e0f5152b..c81e666c8 100644 --- a/src/settings/general/configurepreviewplugindialog.cpp +++ b/src/settings/general/configurepreviewplugindialog.cpp @@ -76,6 +76,4 @@ void ConfigurePreviewPluginDialog::slotOk() QApplication::changeOverrideCursor(Qt::BusyCursor); KIO::NetAccess::del(QUrl::fromLocalFile(QDir::homePath() + "/.thumbnails/"), this); QApplication::restoreOverrideCursor(); - } - |
