diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 08:23:44 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 08:23:44 +0100 |
commit | 97a3831e5c206f34670e09339ecebfaef69335e2 (patch) | |
tree | d7aaec5220b60046390419d472173965d3605892 /src/previewimage.cpp | |
parent | Modified string as discussed with pano (diff) | |
download | rekonq-97a3831e5c206f34670e09339ecebfaef69335e2.tar.xz |
Last Krazy fixes
Diffstat (limited to 'src/previewimage.cpp')
-rw-r--r-- | src/previewimage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/previewimage.cpp b/src/previewimage.cpp index 99969893..df3a3471 100644 --- a/src/previewimage.cpp +++ b/src/previewimage.cpp @@ -167,7 +167,7 @@ void PreviewImage::snapFinished() // update url (for added thumbs) QStringList urls = ReKonfig::previewUrls(); - // stripTrailingSlash to be sure to get the same string for same adress + // stripTrailingSlash to be sure to get the same string for same address urls.replace(m_index, ws->snapUrl().toString(QUrl::StripTrailingSlash)); names.replace(m_index, ws->snapTitle()); |