diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-23 12:48:13 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-23 12:48:13 +0200 |
commit | 255e7e5664df0a54100b0157e389df4883a80c85 (patch) | |
tree | ddc31d645102415dc5dd5d428f8131d921002e2c /src/previewimage.cpp | |
parent | rekonq 0.2.71 (diff) | |
download | rekonq-255e7e5664df0a54100b0157e389df4883a80c85.tar.xz |
Krazy fixes for 0.2.71
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 f727db49..79af246d 100644 --- a/src/previewimage.cpp +++ b/src/previewimage.cpp @@ -334,7 +334,7 @@ void PreviewImage::setUrlFromAction() // 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, m_url.toString(QUrl::StripTrailingSlash)); names.replace(m_index, m_title); |