diff options
| author | Peter Penz <[email protected]> | 2008-12-12 06:55:26 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-12-12 06:55:26 +0000 |
| commit | 85aec92f819eae5a6189bd3ec25cff44dce3ae19 (patch) | |
| tree | 3e03212e14973b71a6590fde819082a15a064c66 /src/statusbarspaceinfo.cpp | |
| parent | abce76721daaf6b785048a1fb9abd622236edd74 (diff) | |
SVN_SILENT: removed trailing spaces
svn path=/trunk/KDE/kdebase/apps/; revision=895978
Diffstat (limited to 'src/statusbarspaceinfo.cpp')
| -rw-r--r-- | src/statusbarspaceinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statusbarspaceinfo.cpp b/src/statusbarspaceinfo.cpp index adcd23d75..33017f02b 100644 --- a/src/statusbarspaceinfo.cpp +++ b/src/statusbarspaceinfo.cpp @@ -72,7 +72,7 @@ void StatusBarSpaceInfo::refresh() if (!isVisible()) { return; } - + // KDiskFreeSpace is for local paths only if (!m_url.isLocalFile()) { setText(i18nc("@info:status", "Unknown size")); @@ -101,7 +101,7 @@ void StatusBarSpaceInfo::refresh() if (valuesChanged) { setText(i18nc("@info:status Free disk space", "%1 free", KIO::convertSize(job.available()))); - + setUpdatesEnabled(false); m_kBSize = kBSize; setValue(kBSize > 0 ? (kBUsed * 100) / kBSize : 0); |
