summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
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