summaryrefslogtreecommitdiff
path: root/apt/progress/gtk2.py
diff options
context:
space:
mode:
Diffstat (limited to 'apt/progress/gtk2.py')
-rw-r--r--apt/progress/gtk2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt/progress/gtk2.py b/apt/progress/gtk2.py
index 29e730a3..acb01eed 100644
--- a/apt/progress/gtk2.py
+++ b/apt/progress/gtk2.py
@@ -124,6 +124,7 @@ class GInstallProgress(gobject.GObject, base.InstallProgress):
base.InstallProgress.__init__(self)
gobject.GObject.__init__(self)
self.finished = False
+ self.apt_status = -1
self.time_last_update = time.time()
self.term = term
reaper = vte.reaper_get()