diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-15 15:01:32 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-15 15:01:32 +0100 |
| commit | 06d3bca212151449e1b8b28a6b2851834cd6a375 (patch) | |
| tree | cc1a8f0737dae38c30416e985155502789f3b501 /DistUpgrade | |
| parent | de0af64f747c8f5783ed09efd9fc80f9ee9759a0 (diff) | |
| parent | bf08fb6d05ca078c653a3be6c978d1d221febf1c (diff) | |
| download | python-apt-06d3bca212151449e1b8b28a6b2851834cd6a375.tar.gz | |
merged from michael
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/DistUpgrade.glade | 2 | ||||
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgrade.glade b/DistUpgrade/DistUpgrade.glade index 6bb0867e..5b59fb4d 100644 --- a/DistUpgrade/DistUpgrade.glade +++ b/DistUpgrade/DistUpgrade.glade @@ -189,7 +189,7 @@ <child> <widget class="GtkLabel" id="label_step2"> <property name="visible">True</property> - <property name="label" translatable="yes">Modifing the software channels</property> + <property name="label" translatable="yes">Modifying the software channels</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> 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): |
