diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-14 17:35:55 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-14 17:35:55 +0100 |
| commit | b74c8f1680cbbd0c3f964d42de8c81c5de087f99 (patch) | |
| tree | c0c18034ee31c079eca939573ce1fa9d61d3ea0d /DistUpgrade/DistUpgradeViewGtk.py | |
| parent | 0ddb25f14bb1dd5dd815b56cd08b9aa1b6c0726b (diff) | |
| download | python-apt-b74c8f1680cbbd0c3f964d42de8c81c5de087f99.tar.gz | |
* sleep a bit longer because otherwise the performance hit is too big
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
