[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. dfb73c834a911b2443134b1a0a08d1f191588167

Sune Vuorela pusling-guest at alioth.debian.org
Sun Feb 22 00:35:45 UTC 2009


The following commit has been merged in the master branch:
commit dfb73c834a911b2443134b1a0a08d1f191588167
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Sun Feb 22 01:35:37 2009 +0100

    actually do the real test

diff --git a/choicepage.cpp b/choicepage.cpp
index b6c7738..6f15eca 100644
--- a/choicepage.cpp
+++ b/choicepage.cpp
@@ -75,7 +75,7 @@ ChoicePage::ChoicePage(QWidget *parent) : QWizardPage(parent)
     qDebug() << "dirsize" << dirsize;
     quint64 freespace = DirOperations::freeDirSpace(QDir::homePath());
     qDebug() << "freespace" << freespace;
-    if(true)//dirsize > freespace)
+    if(dirsize > freespace)
     {
       quint64 partsize = DirOperations::totalPartitionSize(QDir::homePath());
       qDebug() << "partsize" << partsize;

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



More information about the pkg-kde-commits mailing list