summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-02-09 02:31:37 +0000
committerbfox <bfox>2001-02-09 02:31:37 +0000
commitf4b738f2d6a2afbef469b15dd28de2d81e83b531 (patch)
tree7224399bd95063488b291df4db988c644cf76b23 /gui.py
parenta2c39cf3cfb8e6c982d6d8a00ae6286c8f7aaf64 (diff)
downloadanaconda-f4b738f2d6a2afbef469b15dd28de2d81e83b531.tar.gz
anaconda-f4b738f2d6a2afbef469b15dd28de2d81e83b531.tar.xz
anaconda-f4b738f2d6a2afbef469b15dd28de2d81e83b531.zip
added nofbmode option
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 8e87b44fd..d6a54812e 100755
--- a/gui.py
+++ b/gui.py
@@ -274,8 +274,9 @@ class MessageWindow:
self.mutex.wait ()
class InstallInterface:
- def __init__ (self, runres):
+ def __init__ (self, runres, nofbmode):
self.runres = runres
+ self.nofbmode = nofbmode
def __del__ (self):
pass