diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-18 10:22:48 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-18 10:22:48 -0500 |
commit | 1eb5bc816598318458e3a6459663af103a46094b (patch) | |
tree | 145e8ec65da86972a2fcf2f25ff898f1f29009a0 /tdeioslave/thumbnail | |
parent | d41051b3a2e2440f8648a8b30bc0e4b3524d3f13 (diff) | |
download | tdebase-1eb5bc816598318458e3a6459663af103a46094b.tar.gz tdebase-1eb5bc816598318458e3a6459663af103a46094b.zip |
Beautify logout process
Diffstat (limited to 'tdeioslave/thumbnail')
-rw-r--r-- | tdeioslave/thumbnail/thumbnail.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/thumbnail/thumbnail.cpp b/tdeioslave/thumbnail/thumbnail.cpp index 764f89937..e5c67ec0d 100644 --- a/tdeioslave/thumbnail/thumbnail.cpp +++ b/tdeioslave/thumbnail/thumbnail.cpp @@ -187,7 +187,7 @@ void ThumbnailProtocol::get(const KURL &url) #ifdef THUMBNAIL_HACK else if (!m_width || !m_height) { - kdDebug(7115) << "Guessing height, width, icon sizre!" << endl; + kdDebug(7115) << "Guessing height, width, icon size!" << endl; m_width=128; m_height=128; iconSize=128; @@ -232,7 +232,7 @@ void ThumbnailProtocol::get(const KURL &url) } } ThumbCreator::Flags flags = ThumbCreator::None; - + if (!kfmiThumb) { kdDebug(7115) << "using thumb creator for the thumbnail\n"; |