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

Sune Vuorela pusling-guest at alioth.debian.org
Tue Feb 24 20:33:31 UTC 2009


The following commit has been merged in the master branch:
commit 0ca1cd8e4bd65e6b8d503cf65f8aed854881fcd2
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Tue Feb 24 21:32:13 2009 +0100

    actually honour the backup settings

diff --git a/migrationpage.cpp b/migrationpage.cpp
index ae5251f..839c3d1 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -137,10 +137,14 @@ void MigrationPage::initializePage()
   emit completeChanged();
   if(field("backup").toBool())
   {
+      d->backup=true;
       qDebug() << "BACKUP";
   }
   else
+  {
+      d->backup=false;
       qDebug() << "NOBACKUP";
+  }
   QWizardPage* page = wizard()->page(MigrationTool::Choice);
   ChoicePage* choice = static_cast<ChoicePage*>(page);
   if(choice)

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



More information about the pkg-kde-commits mailing list