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

Sune Vuorela pusling-guest at alioth.debian.org
Wed Feb 18 21:17:17 UTC 2009


The following commit has been merged in the master branch:
commit c4496b371a50d649646a01da48daf76c6a1f64ee
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Wed Feb 18 22:17:14 2009 +0100

    fake progress bar when letting kconf_update do the migration

diff --git a/migrationpage.cpp b/migrationpage.cpp
index ca4f698..7672516 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -54,6 +54,8 @@ void MigrationPagePrivate::doMagic()
   switch(selection)
   {
     case MigrationTool::Migrate:
+      progress->setMaximum(1); //fake the progress bar progress.
+      progress->setValue(1);
       qDebug() << "do nothing, let kconf_update do magic";
       break;
     case MigrationTool::Merge:

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



More information about the pkg-kde-commits mailing list