summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index d50babfcc..afb04db7b 100755
--- a/gui.py
+++ b/gui.py
@@ -977,6 +977,7 @@ class EntryWindow(MessageWindow):
class InstallInterface:
def __init__ (self):
self.icw = None
+ self.installProgress = None
# figure out if we want to run interface at 800x600 or 640x480
if gtk.gdk.screen_width() >= 800:
@@ -1011,6 +1012,9 @@ class InstallInterface:
return ret not in [gtk.RESPONSE_CANCEL, gtk.RESPONSE_DELETE_EVENT]
+ def setInstallProgressClass(self, c):
+ self.instProgress = c
+
def setPackageProgressWindow (self, ppw):
self.ppw = ppw