[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 ce3af51855edaec987f57251fcd0f852fa3292d8
Author: Pino Toscano <pino at kde.org>
Date:   Sat Apr 4 17:48:38 2009 +0200

    show the space required for the backup using the standard DirOperations::bytesToString() function

diff --git a/choicepage.cpp b/choicepage.cpp
index c5f5cb2..deb4e08 100644
--- a/choicepage.cpp
+++ b/choicepage.cpp
@@ -271,7 +271,7 @@ void ChoicePage::checkSpaceForBackup()
   }
   else
   {
-    d->kdehomeSize->setText(tr("Backup needs <strong>%1 MiB</strong> of free disk space").arg(dirsize / 1024 / 1024));
+    d->kdehomeSize->setText(tr("Backup needs <strong>%1</strong> of free disk space").arg(DirOperations::bytesToString(dirsize)));
     d->backup->setEnabled(true);
     d->backup->setChecked(true);
     showSpaceWidget(SpaceOk);

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



More information about the pkg-kde-commits mailing list