From b74c8f1680cbbd0c3f964d42de8c81c5de087f99 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 14 Feb 2006 17:35:55 +0100 Subject: * sleep a bit longer because otherwise the performance hit is too big --- DistUpgrade/DistUpgradeViewGtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgradeViewGtk.py') diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index 11b5d9c6..6013200b 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -170,7 +170,7 @@ class GtkInstallProgressAdapter(InstallProgress): self.label_status.set_text(self.status) while gtk.events_pending(): gtk.main_iteration() - time.sleep(0.001) + time.sleep(0.02) class DistUpgradeViewGtk(DistUpgradeView,SimpleGladeApp): -- cgit v1.2.3