summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-28 18:18:06 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-28 18:18:06 +0200
commit979636110ae0ca3364e80f8ef5b767546be3021a (patch)
treef4689dc33e4d472621068f2eedcea8005add6054 /DistUpgrade/DistUpgradeViewGtk.py
parent44f04eb81fa2fefaa766baa919cacd5dc90f5641 (diff)
downloadpython-apt-979636110ae0ca3364e80f8ef5b767546be3021a.tar.gz
* typo
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index 81cd9bba..f3ab2983 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -244,7 +244,7 @@ class GtkInstallProgressAdapter(InstallProgress):
if self.last_activity > 0 and \
(self.last_activity + self.TIMEOUT_TERMINAL_ACTIVITY) < time.time():
if not self.activity_timeout_reported:
- logging.warning("no activity on terminal for %s seconds (%s)" % (self.TIMEOUT_TERMINAL_ACTIVITY, self.label_status.get_text())
+ logging.warning("no activity on terminal for %s seconds (%s)" % (self.TIMEOUT_TERMINAL_ACTIVITY, self.label_status.get_text()))
self.activity_timeout_reported = True
self.parent.expander_terminal.set_expanded(True)
while gtk.events_pending():