[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. master/0.9.1-51-gb0677de

George Kiagiadakis gkiagia-guest at alioth.debian.org
Sun Apr 5 20:56:42 UTC 2009


The following commit has been merged in the master branch:
commit b0677de498a380e18633a3040b4e63f53c1ab45f
Author: George Kiagiadakis <gkiagia at users.sourceforge.net>
Date:   Sun Apr 5 23:56:06 2009 +0300

    Show no-backup warning also in the Move scenario.

diff --git a/migrationtool.cpp b/migrationtool.cpp
index 2400d31..7090a32 100644
--- a/migrationtool.cpp
+++ b/migrationtool.cpp
@@ -75,7 +75,7 @@ int MigrationTool::nextId() const
 	break;
       case Choice:
 	if(!d->choice->backupSelected() &&
-       (d->choice->selected()==Clean||d->choice->selected()==Merge) &&
+       (d->choice->selected()==Clean||d->choice->selected()==Merge||d->choice->selected()==Move) &&
        KaboomSettings::instance().kdehomeDir().exists())
 	{
 	    return Warning;

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



More information about the pkg-kde-commits mailing list