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

Sune Vuorela pusling-guest at alioth.debian.org
Tue Feb 24 07:50:32 UTC 2009


The following commit has been merged in the master branch:
commit 3ff09256613404a791042aeff45188c0934a2a28
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Tue Feb 24 08:42:01 2009 +0100

    actually make code work, no need to reinitialize variables inside a try {}

diff --git a/choicepage.cpp b/choicepage.cpp
index 3c42054..f9a93dd 100644
--- a/choicepage.cpp
+++ b/choicepage.cpp
@@ -73,7 +73,7 @@ ChoicePage::ChoicePage(QWidget *parent) : QWizardPage(parent)
   {
     quint64 dirsize = -1;
     try {
-      quint64 dirsize = DirOperations::calculateDirSize(QDir::homePath()+KDEDIR);
+      dirsize = DirOperations::calculateDirSize(QDir::homePath()+KDEDIR);
     }
     catch (const DirOperations::Exception&)
     {

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



More information about the pkg-kde-commits mailing list