summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-07-06 13:01:38 +0200
committerkh1 <qt-info@nokia.com>2011-07-06 13:13:07 +0200
commitc82f0912f653d99527eeaf6f23e2f307160ca268 (patch)
tree2a0c2142208450467aa4bd799434e7ad7e53d06d /installerbuilder/libinstaller/packagemanagercore.cpp
parent1d49013dd1c3ccf28cf61c214e8d64232df1b87a (diff)
Fix problem with showing wrong progress. Fake! :)
Diffstat (limited to 'installerbuilder/libinstaller/packagemanagercore.cpp')
-rw-r--r--installerbuilder/libinstaller/packagemanagercore.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/installerbuilder/libinstaller/packagemanagercore.cpp b/installerbuilder/libinstaller/packagemanagercore.cpp
index 27701aa72..467e11e54 100644
--- a/installerbuilder/libinstaller/packagemanagercore.cpp
+++ b/installerbuilder/libinstaller/packagemanagercore.cpp
@@ -552,9 +552,6 @@ void PackageManagerCore::rollBackInstallation()
"error happend."));
}
}
-
- if (ProgressCoordinator::instance()->progressInPercentage() < 100)
- ProgressCoordinator::instance()->partProgressChanged(0.99);
packages.writeToDisk();
}