[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. master/0.9.1-36-g861e8ea

Pino Toscano pino-guest at alioth.debian.org
Sat Apr 4 15:57:22 UTC 2009


The following commit has been merged in the master branch:
commit 2600547f0d1a32b12e55da852d478f44d0b8a911
Author: Pino Toscano <pino at kde.org>
Date:   Sat Apr 4 17:45:49 2009 +0200

    fix calculation and display of the percentage of free space

diff --git a/choicepage.cpp b/choicepage.cpp
index 4f50420..c5f5cb2 100644
--- a/choicepage.cpp
+++ b/choicepage.cpp
@@ -266,7 +266,7 @@ void ChoicePage::checkSpaceForBackup()
         tr("<p><i>The current KDE&nbsp;3 settings and data directory takes up %1</i></p>")
             .arg(DirOperations::bytesToString(dirsize))
     );
-    d->freespace->setToolTip(tr("%1 of disk space currently used").arg((partsize-freespace)*100/freespace));
+    d->freespace->setToolTip(tr("%1% of disk space currently used").arg((partsize-freespace)*100/partsize));
     showSpaceWidget(SpaceLack);
   }
   else

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list